From 69db70b7ff6cc45b9072f432d00ef31db69c6d70 Mon Sep 17 00:00:00 2001 From: Harshit Singh Bhandari Date: Fri, 3 Jul 2026 23:50:22 +0530 Subject: [PATCH] chore(release): stamp desktop app version 0.10.2 Stable does not auto-stamp from the tag, so bump frontend/package.json at the cut commit (same recipe as desktop-v0.10.1). Co-Authored-By: Claude Fable 5 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a70a05a57..d21f13868 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "agent-orchestrator", "productName": "Agent Orchestrator", - "version": "0.10.0", + "version": "0.10.2", "private": true, "description": "Electron + TypeScript frontend for the agent-orchestrator rewrite", "author": "Agent Orchestrator",