diff --git a/Cargo.toml b/Cargo.toml index b2192969..c2b3e860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "one-kvm" -version = "0.1.9" +version = "0.2.0" edition = "2021" authors = ["SilentWind"] description = "A open and lightweight IP-KVM solution written in Rust" diff --git a/src/web/static_files.rs b/src/web/static_files.rs index 87e57462..76218ca2 100644 --- a/src/web/static_files.rs +++ b/src/web/static_files.rs @@ -181,7 +181,7 @@ pub fn placeholder_html() -> &'static str {

One-KVM

Frontend not built yet.

Please build the frontend or access the API directly.

-
v0.1.9
+
v0.2.0
"# diff --git a/web/package-lock.json b/web/package-lock.json index f932a6ea..9cdc330e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "web", - "version": "0.1.9", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web", - "version": "0.1.9", + "version": "0.2.0", "dependencies": { "@vueuse/core": "^14.1.0", "class-variance-authority": "^0.7.1", diff --git a/web/package.json b/web/package.json index 0028901a..e8180ce1 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "0.1.9", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite",