diff --git a/Cargo.lock b/Cargo.lock index fd2092c..dc0d576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "bili_sync" -version = "2.9.4" +version = "2.10.0" dependencies = [ "anyhow", "arc-swap", @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "bili_sync_entity" -version = "2.9.4" +version = "2.10.0" dependencies = [ "derivative", "regex", @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "bili_sync_migration" -version = "2.9.4" +version = "2.10.0" dependencies = [ "sea-orm-migration", ] diff --git a/Cargo.toml b/Cargo.toml index 75f1eab..6b5a1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["crates/bili_sync"] resolver = "2" [workspace.package] -version = "2.9.4" +version = "2.10.0" authors = ["amtoaer "] license = "MIT" description = "由 Rust & Tokio 驱动的哔哩哔哩同步工具" diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 5fc4b5b..54fa6f7 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -21,7 +21,7 @@ export default defineConfig({ nav: [ { text: "主页", link: "/" }, { - text: "v2.9.4", + text: "v2.10.0", items: [ { text: "程序更新", diff --git a/docs/introduction.md b/docs/introduction.md index 5e140df..9ae081d 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -1,7 +1,7 @@ # bili-sync 是什么? > [!TIP] -> 当前最新程序版本为 v2.9.4,文档将始终与最新程序版本保持一致。 +> 当前最新程序版本为 v2.10.0,文档将始终与最新程序版本保持一致。 bili-sync 是一款专为 NAS 用户编写的哔哩哔哩同步工具。 diff --git a/web/package.json b/web/package.json index d89a374..1af53b1 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "bili-sync-web", - "version": "2.9.4", + "version": "2.10.0", "devDependencies": { "@eslint/compat": "^1.4.1", "@eslint/js": "^9.39.2",