Skip to content

Commit a32fb6d

Browse files
committed
Merge branch 'main' into feat/upgrade-to-packges
2 parents 40a36ca + 113bc96 commit a32fb6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "1.24.0"
3+
version = "2.0.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

Diff for: src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "FlightCore",
11-
"version": "1.24.0"
11+
"version": "2.0.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)