chore: bump version to v0.2.6

This commit is contained in:
mofeng-git
2026-08-02 16:37:47 +08:00
parent 47af17bebc
commit 16400df182
6 changed files with 5 additions and 3036 deletions

View File

@@ -34,13 +34,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
cache-dependency-path: web/package-lock.json
- name: Build frontend
working-directory: web
run: |
npm ci
npm install
npm run build
- name: Upload frontend dist

View File

@@ -37,8 +37,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
cache-dependency-path: web/package-lock.json
- uses: dtolnay/rust-toolchain@stable
@@ -59,7 +57,7 @@ jobs:
- name: Build frontend
working-directory: web
run: |
npm ci
npm install
npm run build
- name: Set up QEMU

View File

@@ -1,6 +1,6 @@
[package]
name = "one-kvm"
version = "0.2.5"
version = "0.2.6"
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.5",
"version-string": "0.2.6",
"dependencies": [
{
"name": "ffmpeg",

3027
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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