chore: 更新版本号到 v0.1.6

This commit is contained in:
mofeng-git
2026-02-22 23:03:24 +08:00
parent cee43795f8
commit bd17f8d0f8
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "one-kvm"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["SilentWind"]
description = "A open and lightweight IP-KVM solution written in Rust"

View File

@@ -201,7 +201,7 @@ pub fn placeholder_html() -> &'static str {
<h1>One-KVM</h1>
<p>Frontend not built yet.</p>
<p>Please build the frontend or access the API directly.</p>
<div class="version">v0.1.0</div>
<div class="version">v0.1.6</div>
</div>
</body>
</html>"#

4
web/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "web",
"version": "0.1.5",
"version": "0.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "web",
"version": "0.1.5",
"version": "0.1.6",
"dependencies": {
"@vueuse/core": "^14.1.0",
"class-variance-authority": "^0.7.1",

View File

@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"scripts": {
"dev": "vite",