diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-05 01:59:04 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-10-05 01:59:04 +0200 |
commit | 325d310ea8d8e567684a2ba4bfddcb1eec9b0eaa (patch) | |
tree | 01d6c1c1a0059a7b34839fc6c83ac3a9e1775993 | |
parent | a2c43f912a200f31493785a7ec47dbe205dd5f08 (diff) | |
download | FlightCore-325d310ea8d8e567684a2ba4bfddcb1eec9b0eaa.tar.gz FlightCore-325d310ea8d8e567684a2ba4bfddcb1eec9b0eaa.zip |
chore: Bump version numberv0.2.2
-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 b673f493..cf9f0fb4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -76,7 +76,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" [[package]] name = "app" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "libthermite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cc41d3a9..c389b82b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.2.1" +version = "0.2.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4e02244c..9e932199 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "0.2.1" + "version": "0.2.2" }, "tauri": { "allowlist": { |