🔖 Update version numbers to 1.1.0 in package.json and API spec
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -78,7 +78,7 @@ async def lifespan(app: FastAPI):
|
|||||||
app = FastAPI(
|
app = FastAPI(
|
||||||
title="Hive API",
|
title="Hive API",
|
||||||
description="Unified Distributed AI Orchestration Platform",
|
description="Unified Distributed AI Orchestration Platform",
|
||||||
version="1.0.0",
|
version="1.1.0",
|
||||||
lifespan=lifespan
|
lifespan=lifespan
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hive-frontend",
|
"name": "hive-frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Hive Distributed AI Orchestration Platform - Frontend",
|
"description": "Hive Distributed AI Orchestration Platform - Frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user