aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-13 14:31:59 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-13 14:31:59 +0800
commit8f07fe048474b0a33209b97896105dd8030fdf8a (patch)
tree8ab4cdc68eb7fb3be4d51466dc9f8327c6b27d70
parentf878efe456e8f5c557f2cde9d71f120f3e0b38cd (diff)
downloadDropOut-8f07fe048474b0a33209b97896105dd8030fdf8a.tar.gz
DropOut-8f07fe048474b0a33209b97896105dd8030fdf8a.zip
feat: bump version to 0.1.2 in Cargo.tomlv0.1.2
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 53b84fd..5f96d14 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dropout"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
[dependencies]
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index a00a91d..22f3f2d 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,6 +1,6 @@
{
"productName": "dropout",
- "version": "0.1.1",
+ "version": "0.1.2",
"identifier": "com.dropout.launcher",
"build": {
"beforeDevCommand": "",