diff --git a/Cargo.toml b/Cargo.toml index bb9aca34..c4f7dc1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "one-kvm" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["SilentWind"] description = "A open and lightweight IP-KVM solution written in Rust" diff --git a/web/package-lock.json b/web/package-lock.json index 0f599ac9..fbfd1886 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "web", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web", - "version": "0.1.3", + "version": "0.1.4", "dependencies": { "@vueuse/core": "^14.1.0", "class-variance-authority": "^0.7.1", diff --git a/web/package.json b/web/package.json index adca44ad..31096b3b 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "0.1.3", + "version": "0.1.4", "type": "module", "scripts": { "dev": "vite",