diff options
author | Himbeer <himbeer@disroot.org> | 2025-04-05 16:08:36 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-04-05 16:08:36 +0200 |
commit | adb8f2defefc77376ba3aaa3092a9853224eb5cc (patch) | |
tree | e339927217b5ef75cbb0806f206ceff6dfd86d81 | |
parent | be8c4796f80fd9a737f90acf6abc2c6c2094f98c (diff) |
Set version to 0.1.2
-rw-r--r-- | src-tauri/Cargo.lock | 2 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
-rw-r--r-- | src-tauri/tauri.conf.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1b7eab1..27cd3a0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2770,7 +2770,7 @@ dependencies = [ [[package]] name = "rsdsl_manager" -version = "0.1.1" +version = "0.1.2" dependencies = [ "chrono", "hex", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0bb36f9..437f93b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsdsl_manager" -version = "0.1.1" +version = "0.1.2" description = "RSDSL Verwaltungswerkzeug" authors = ["Himbeer"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4e2ff12..7f2a91d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "rsdsl_manager", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": { |