chore: bump version to v0.2.7

This commit is contained in:
mofeng-git
2026-09-21 21:49:52 +08:00
parent 491bfbecb5
commit d71112380c
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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",

View File

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