From af69d494a59c470fc9d51a78c33e60c5b814ef2e Mon Sep 17 00:00:00 2001 From: David Kaya Date: Sun, 29 Mar 2026 23:41:22 +0200 Subject: [PATCH] chore: bump version to 0.0.8 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cd986f..031a306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aryx", - "version": "1.0.0", + "version": "0.0.8", "description": "Electron orchestrator for Copilot-powered agent workflows across multiple projects.", "private": true, "main": "dist-electron/main/index.js",