aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-11-25 00:42:05 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-11-25 00:42:05 +0100
commitf65a330bba626435510bc9f6afccd6d895416bc3 (patch)
treebe0b34318fa7915cd92cd6a3cd829d0e83b4c8f5
parent35767d61d4a70fbbc2c5070a49f55903e9706eef (diff)
downloadFlightCore-0.5.0.tar.gz
FlightCore-0.5.0.zip
chore: Bump FlightCore version to 0.5.0v0.5.0
-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 46f50c56..a2f954f8 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -76,7 +76,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]]
name = "app"
-version = "0.4.1"
+version = "0.5.0"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 28c7cc4b..f49c169e 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "0.4.1"
+version = "0.5.0"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 03b91e6f..c9dd9f5e 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "0.4.1"
+ "version": "0.5.0"
},
"tauri": {
"allowlist": {