diff options
| author | 2026-01-13 14:31:59 +0800 | |
|---|---|---|
| committer | 2026-01-13 14:31:59 +0800 | |
| commit | 8f07fe048474b0a33209b97896105dd8030fdf8a (patch) | |
| tree | 8ab4cdc68eb7fb3be4d51466dc9f8327c6b27d70 | |
| parent | f878efe456e8f5c557f2cde9d71f120f3e0b38cd (diff) | |
| download | DropOut-8f07fe048474b0a33209b97896105dd8030fdf8a.tar.gz DropOut-8f07fe048474b0a33209b97896105dd8030fdf8a.zip | |
feat: bump version to 0.1.2 in Cargo.tomlv0.1.2
| -rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
| -rw-r--r-- | src-tauri/tauri.conf.json | 2 |
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": "", |