diff --git a/core/Cargo.lock b/core/Cargo.lock index 6c91bae..d5329de 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "orbit-apply" -version = "0.6.2" +version = "0.7.0" dependencies = [ "clap", "log", @@ -1541,7 +1541,7 @@ dependencies = [ [[package]] name = "orbit-engine" -version = "0.6.2" +version = "0.7.0" dependencies = [ "async-trait", "base64", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 81daa67..9db2ef4 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orbit-engine" -version = "0.6.2" +version = "0.7.0" edition = "2024" [[bin]] diff --git a/core/updater/Cargo.toml b/core/updater/Cargo.toml index 196a860..8695ae1 100644 --- a/core/updater/Cargo.toml +++ b/core/updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orbit-apply" -version = "0.6.2" +version = "0.7.0" edition = "2024" [dependencies] diff --git a/neutralino.config.json b/neutralino.config.json index d9ca84c..bbe8e98 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -3,7 +3,7 @@ "applicationName": "Orbit", "applicationIcon": "public/icon.png", "description": "A fast, lightweight desktop application for exploring, monitoring, and managing Kubernetes clusters from a single intuitive interface.", - "version": "0.6.2", + "version": "0.7.0", "author": "Toan Nguyen", "copyright": "Copyright © Toan Nguyen 2026. All rights reserved.", "defaultMode": "window", diff --git a/package-lock.json b/package-lock.json index 6c0bc31..874589c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orbit", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orbit", - "version": "0.6.2", + "version": "0.7.0", "dependencies": { "@guolao/vue-monaco-editor": "^1.6.0", "@lucide/vue": "^1.23.0", diff --git a/package.json b/package.json index 7b9a017..e849438 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit", - "version": "0.6.2", + "version": "0.7.0", "private": true, "type": "module", "scripts": {