aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-11-19 16:10:15 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-11-19 16:10:15 +0100
commitdfc311465899c5f0ec390a25b05939e4f9d0c707 (patch)
tree6344ddba75bea233be09d11a96c73734a229eb70
parent9570f66d59107c87eaa93611c7d4a26e0d4cca0e (diff)
downloadFlightCore-0.4.0.tar.gz
FlightCore-0.4.0.zip
chore: Bump FlightCore version to 0.4.0v0.4.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 737078d3..10400cd5 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -76,7 +76,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]]
name = "app"
-version = "0.3.1"
+version = "0.4.0"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index d6da1030..7a1475fe 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "0.3.1"
+version = "0.4.0"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 660dadad..aa863f9d 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "0.3.1"
+ "version": "0.4.0"
},
"tauri": {
"allowlist": {