🔖 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:
anthonyrawlins
2025-07-11 22:01:34 +10:00
parent cd28f94e8f
commit 8619b75296
2 changed files with 2 additions and 2 deletions

View File

@@ -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
) )

View File

@@ -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": {