diff options
| author | 2026-01-13 14:59:08 +0800 | |
|---|---|---|
| committer | 2026-01-13 14:59:08 +0800 | |
| commit | c1108021d28b8b84157d5b5c75f0a04677a92aca (patch) | |
| tree | b3e5029bfaa2c24c9a4c133356354276ac517ebc | |
| parent | 98fcc597447ebdc870dac7f925fff0a6491514b1 (diff) | |
| download | DropOut-c1108021d28b8b84157d5b5c75f0a04677a92aca.tar.gz DropOut-c1108021d28b8b84157d5b5c75f0a04677a92aca.zip | |
feat: update version to 0.1.3 in tauri configurationv0.1.3
| -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 5f96d14..54a0d3d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 22f3f2d..33273cc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "dropout", - "version": "0.1.2", + "version": "0.1.3", "identifier": "com.dropout.launcher", "build": { "beforeDevCommand": "", |