aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-08 00:10:11 +0200
committerHimbeer <himbeer@disroot.org>2024-09-08 00:10:11 +0200
commit541c0603d38f1340d033878658fc55073b022c77 (patch)
tree96900a333399519d6e1e0afe10663f378060e9ad
parent9ede4b958fb697ad482caada50c0211dd1b4545a (diff)
Set the version to 0.1.1
-rw-r--r--src-tauri/Cargo.lock2
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index d9dc6d2..075c39e 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2646,7 +2646,7 @@ dependencies = [
[[package]]
name = "rsdsl_manager"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"chrono",
"hex",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 18b0b4d..0bb36f9 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rsdsl_manager"
-version = "0.1.0"
+version = "0.1.1"
description = "RSDSL Verwaltungswerkzeug"
authors = ["Himbeer"]
edition = "2021"
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 4477d32..4e2ff12 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -6,7 +6,7 @@
},
"package": {
"productName": "rsdsl_manager",
- "version": "0.1.0"
+ "version": "0.1.1"
},
"tauri": {
"allowlist": {