diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-06 01:50:03 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-06 01:50:03 +0200 |
commit | 7efd2f5c5e9e380ca463d97a54b862da6b96da16 (patch) | |
tree | d2c6624e5e350fb04d14144fa25a0a66db51c383 /src-tauri/tauri.conf.json | |
parent | 10616b295eb23c8250a0d874fe05211f73a8ba81 (diff) | |
parent | d15190c1fa16420c44d3c9f4a2b58b0f5826178b (diff) | |
download | FlightCore-7efd2f5c5e9e380ca463d97a54b862da6b96da16.tar.gz FlightCore-7efd2f5c5e9e380ca463d97a54b862da6b96da16.zip |
Merge branch 'main' into fix/handle-failed-downloadfix/handle-failed-download
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r-- | src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c24251e1..1a2fc9e2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.13.2" + "version": "1.14.0" }, "tauri": { "allowlist": { |