From d71112380c905095c29da8705c30ac896edeb6e8 Mon Sep 17 00:00:00 2001 From: mofeng-git Date: Mon, 21 Sep 2026 21:49:52 +0800 Subject: [PATCH] chore: bump version to v0.2.7 --- Cargo.toml | 2 +- vcpkg.json | 2 +- web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8549e379..663697e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "one-kvm" -version = "0.2.6" +version = "0.2.7" edition = "2021" authors = ["SilentWind"] description = "A open and lightweight IP-KVM solution written in Rust" diff --git a/vcpkg.json b/vcpkg.json index c8c617fa..77e3d478 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "one-kvm", - "version-string": "0.2.6", + "version-string": "0.2.7", "dependencies": [ { "name": "ffmpeg", diff --git a/web/package.json b/web/package.json index 6de175de..fa5b0429 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "web", "private": true, - "version": "0.2.6", + "version": "0.2.7", "type": "module", "scripts": { "dev": "vite",