diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-08 03:02:28 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-08 03:02:28 +0100 |
commit | c60b7b606dd0b4bc7108f9a768a4545f0781730c (patch) | |
tree | 84566aca1cd4499288c00f236563541c00aef070 /src-tauri/tauri.conf.json | |
parent | 9fd1b18373b495a777edd724c875cd376ee8fb2f (diff) | |
parent | 7df1f2dbc038d0d93463249f15ca2e1e7ec23094 (diff) | |
download | FlightCore-c60b7b606dd0b4bc7108f9a768a4545f0781730c.tar.gz FlightCore-c60b7b606dd0b4bc7108f9a768a4545f0781730c.zip |
Merge branch 'main' into feat/basic-log-parsing
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r-- | src-tauri/tauri.conf.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 13c745a5..e11e05f3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.6.1" + "version": "1.7.0" }, "tauri": { "allowlist": { @@ -66,7 +66,7 @@ "title": "FlightCore", "height": 600, "minHeight": 300, - "width": 1000, + "width": 1010, "minWidth": 600 } ] |