From 51d7d8b8be5dcc66b3593727c4372a66e72c99dd Mon Sep 17 00:00:00 2001 From: mofeng-git Date: Sat, 28 Mar 2026 22:45:39 +0800 Subject: [PATCH] chore: bump version to v0.1.7 --- Cargo.toml | 2 +- src/web/static_files.rs | 2 +- web/package-lock.json | 4 ++-- web/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7328cde..ca2d9957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "one-kvm" -version = "0.1.6" +version = "0.1.7" 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 486b9ce3..969f79e6 100644 --- a/src/web/static_files.rs +++ b/src/web/static_files.rs @@ -201,7 +201,7 @@ pub fn placeholder_html() -> &'static str {

One-KVM

Frontend not built yet.

Please build the frontend or access the API directly.

-
v0.1.6
+
v0.1.7
"# diff --git a/web/package-lock.json b/web/package-lock.json index 232f65f6..f3200e21 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "web", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web", - "version": "0.1.6", + "version": "0.1.7", "dependencies": { "@vueuse/core": "^14.1.0", "class-variance-authority": "^0.7.1", diff --git a/web/package.json b/web/package.json index da6bf3d4..6c2547a7 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "0.1.6", + "version": "0.1.7", "type": "module", "scripts": { "dev": "vite",