diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-11-10 01:23:29 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-11-10 01:23:29 +0100 |
commit | 5ed92b3dee4a5446e5e52ab8c91bf712d5fe3458 (patch) | |
tree | dba56bd69682723987928cd125274db388bbd391 | |
parent | 6515ea9cf6922dc431090fba3457400d95f74a57 (diff) | |
download | FlightCore-5ed92b3dee4a5446e5e52ab8c91bf712d5fe3458.tar.gz FlightCore-5ed92b3dee4a5446e5e52ab8c91bf712d5fe3458.zip |
chore: Bump version numberv0.3.0
-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 84ee3d0b..a7b8552c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -76,7 +76,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "app" -version = "0.2.3" +version = "0.3.0" dependencies = [ "anyhow", "libthermite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 960a7d93..7c9f95ec 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.2.3" +version = "0.3.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 51cf840b..5a288570 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "0.2.3" + "version": "0.3.0" }, "tauri": { "allowlist": { |