aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-10-05 00:36:14 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-10-05 00:36:14 +0200
commitb06ab14a2e9cfa000003aed8e5f6da31a6ffebec (patch)
tree35682da82c089bdf48f4d9f2ba69a3c0460ccb44 /src-tauri
parent3ae2574b45b36123fe072bfc32d62fbd683e8976 (diff)
downloadFlightCore-b06ab14a2e9cfa000003aed8e5f6da31a6ffebec.tar.gz
FlightCore-b06ab14a2e9cfa000003aed8e5f6da31a6ffebec.zip
chore: Bump version numberv0.2.0
Diffstat (limited to 'src-tauri')
-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 76a513d6..1967c768 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -76,7 +76,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]]
name = "app"
-version = "0.1.5"
+version = "0.2.0"
dependencies = [
"anyhow",
"libthermite",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 5f2cce4d..3992c722 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "0.1.5"
+version = "0.2.0"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 8c2dda20..3be21271 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "0.1.5"
+ "version": "0.2.0"
},
"tauri": {
"allowlist": {