From 791dd57f2321d9093c39f38bee8528f249b06e04 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Thu, 7 May 2026 14:47:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83=20bili-sync=202.11.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- docs/.vitepress/config.mts | 2 +- docs/introduction.md | 2 +- web/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5aebf2d..e046a6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -353,7 +353,7 @@ dependencies = [ [[package]] name = "bili_sync" -version = "2.11.0" +version = "2.11.1" dependencies = [ "anyhow", "arc-swap", @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "bili_sync_entity" -version = "2.11.0" +version = "2.11.1" dependencies = [ "derivative", "either", @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "bili_sync_migration" -version = "2.11.0" +version = "2.11.1" dependencies = [ "sea-orm-migration", ] diff --git a/Cargo.toml b/Cargo.toml index a3ab309..e891828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"] resolver = "2" [workspace.package] -version = "2.11.0" +version = "2.11.1" authors = ["amtoaer "] license = "MIT" description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具" diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 878d3ce..520a267 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -21,7 +21,7 @@ export default defineConfig({ nav: [ { text: "主页", link: "/" }, { - text: "v2.11.0", + text: "v2.11.1", items: [ { text: "程序更新", diff --git a/docs/introduction.md b/docs/introduction.md index 9346a3c..a0bc663 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,7 +1,7 @@ # bili-sync 是什么? > [!TIP] -> 当前最新程序版本为 v2.11.0,文档将始终与最新程序版本保持一致。 +> 当前最新程序版本为 v2.11.1,文档将始终与最新程序版本保持一致。 bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。 diff --git a/web/package.json b/web/package.json index 2d41bf5..a8fbb96 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "bili-sync-web", - "version": "2.11.0", + "version": "2.11.1", "devDependencies": { "@eslint/compat": "^1.4.1", "@eslint/js": "^9.39.2",