chore(release): bump version to v0.1.8

This commit is contained in:
mofeng-git
2026-04-01 21:30:41 +08:00
parent abb319068b
commit 2b2b471cfb
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "one-kvm" name = "one-kvm"
version = "0.1.7" version = "0.1.8"
edition = "2021" edition = "2021"
authors = ["SilentWind"] authors = ["SilentWind"]
description = "A open and lightweight IP-KVM solution written in Rust" 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> <h1>One-KVM</h1>
<p>Frontend not built yet.</p> <p>Frontend not built yet.</p>
<p>Please build the frontend or access the API directly.</p> <p>Please build the frontend or access the API directly.</p>
<div class="version">v0.1.7</div> <div class="version">v0.1.8</div>
</div> </div>
</body> </body>
</html>"# </html>"#

4
web/package-lock.json generated
View File

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

View File

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