From 8619b75296b531d5de52705f0753e979a85b8f6a Mon Sep 17 00:00:00 2001 From: anthonyrawlins Date: Fri, 11 Jul 2025 22:01:34 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20numbers=20to?= =?UTF-8?q?=201.1.0=20in=20package.json=20and=20API=20spec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- backend/app/main.py | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/main.py b/backend/app/main.py index 23dcf3ff..8d7957a8 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -78,7 +78,7 @@ async def lifespan(app: FastAPI): app = FastAPI( title="Hive API", description="Unified Distributed AI Orchestration Platform", - version="1.0.0", + version="1.1.0", lifespan=lifespan ) diff --git a/frontend/package.json b/frontend/package.json index 1e714034..da890f09 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "hive-frontend", - "version": "1.0.0", + "version": "1.1.0", "description": "Hive Distributed AI Orchestration Platform - Frontend", "private": true, "scripts": {