diff --git a/VERSION b/VERSION index 56117ec..a51329d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.25 \ No newline at end of file +0.2.26 \ No newline at end of file diff --git a/extension/package.json b/extension/package.json index 0613e91..08e0cf7 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-extension", - "version": "0.2.25", + "version": "0.2.26", "private": true, "type": "module", "description": "Weft Copilot CLI extension with a dormant bootstrap and lazy active runtime. Source in src/, bundled by esbuild with @github/copilot-sdk external.", diff --git a/mobile/package.json b/mobile/package.json index 5b7120a..19f4700 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-mobile", - "version": "0.2.25", + "version": "0.2.26", "private": true, "type": "module", "description": "Weft mobile app (React + Vite + Capacitor, Android first).", diff --git a/package-lock.json b/package-lock.json index 060244b..3f1cb07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weft", - "version": "0.2.25", + "version": "0.2.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weft", - "version": "0.2.25", + "version": "0.2.26", "license": "Apache-2.0", "workspaces": [ "shared", @@ -23,7 +23,7 @@ }, "extension": { "name": "@aasis21/weft-extension", - "version": "0.2.25", + "version": "0.2.26", "license": "Apache-2.0", "dependencies": { "@aasis21/weft-shared": "*", @@ -43,7 +43,7 @@ }, "mobile": { "name": "@aasis21/weft-mobile", - "version": "0.2.25", + "version": "0.2.26", "license": "Apache-2.0", "dependencies": { "@aasis21/weft-shared": "*", @@ -5302,7 +5302,7 @@ }, "shared": { "name": "@aasis21/weft-shared", - "version": "0.2.25", + "version": "0.2.26", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 84a5160..5008d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weft", - "version": "0.2.25", + "version": "0.2.26", "private": true, "description": "Weft — your Copilot command center. Mobile app that binds to live Copilot CLI sessions via a session-bound CLI extension + Supabase Realtime relay.", "type": "module", diff --git a/shared/package.json b/shared/package.json index d63aca1..6287175 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-shared", - "version": "0.2.25", + "version": "0.2.26", "private": true, "description": "Weft shared contracts: message schema, E2E crypto, and pluggable transport. Zero runtime dependencies so both the Node extension and the browser app can import it directly.", "license": "Apache-2.0",