diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-19 18:46:46 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-19 18:46:46 +0200 |
commit | b5ae93a526695f86fc782ba73205c687eb636ae1 (patch) | |
tree | dbb2ac22005df9b835cebc893040bd7deddca250 | |
parent | e1f5546e8d84d6b665b9878d619b5a22849c2d77 (diff) |
Set the version to 0.1.0
-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 ef02dd7..18b0b4d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsdsl_manager" -version = "0.0.3" +version = "0.1.0" description = "RSDSL Verwaltungswerkzeug" authors = ["Himbeer"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 307ab5e..4477d32 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "rsdsl_manager", - "version": "0.0.3" + "version": "0.1.0" }, "tauri": { "allowlist": { |