diff --git a/core/Cargo.lock b/core/Cargo.lock index d5329de..501f74f 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "orbit-apply" -version = "0.7.0" +version = "0.7.1" dependencies = [ "clap", "log", @@ -1541,7 +1541,7 @@ dependencies = [ [[package]] name = "orbit-engine" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-trait", "base64", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 9db2ef4..ca22862 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orbit-engine" -version = "0.7.0" +version = "0.7.1" edition = "2024" [[bin]] diff --git a/core/updater/Cargo.toml b/core/updater/Cargo.toml index 8695ae1..48189f5 100644 --- a/core/updater/Cargo.toml +++ b/core/updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orbit-apply" -version = "0.7.0" +version = "0.7.1" edition = "2024" [dependencies] diff --git a/neutralino.config.json b/neutralino.config.json index bbe8e98..63a51ef 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.7.0", + "version": "0.7.1", "author": "Toan Nguyen", "copyright": "Copyright © Toan Nguyen 2026. All rights reserved.", "defaultMode": "window", diff --git a/package-lock.json b/package-lock.json index 874589c..d208b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orbit", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orbit", - "version": "0.7.0", + "version": "0.7.1", "dependencies": { "@guolao/vue-monaco-editor": "^1.6.0", "@lucide/vue": "^1.23.0", diff --git a/package.json b/package.json index e849438..c6eafbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orbit", - "version": "0.7.0", + "version": "0.7.1", "private": true, "type": "module", "scripts": {