aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/tauri.conf.json
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-16 21:03:36 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-16 21:03:36 +0800
commitef59aae63b171353d22aa0c7a684cbf335694b58 (patch)
treeda488e8e46d30f5ecfcc25251c6e97d8f57a1684 /src-tauri/tauri.conf.json
parentba5235427efa74ae0eb4c167c5e75544b3a6c3ce (diff)
downloadDropOut-ef59aae63b171353d22aa0c7a684cbf335694b58.tar.gz
DropOut-ef59aae63b171353d22aa0c7a684cbf335694b58.zip
chore: bump version to 0.1.26 in Cargo.toml and tauri.conf.jsonv0.1.26
Updated the version number in both Cargo.toml and tauri.conf.json to reflect the new release version 0.1.26. This change ensures consistency across project configuration files.
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r--src-tauri/tauri.conf.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index e10c258..dd84fd4 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "dropout",
- "version": "0.1.25",
+ "version": "0.1.26",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "pnpm -C ../ui dev",