aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/tauri.conf.json
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-08 03:02:28 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-02-08 03:02:28 +0100
commitc60b7b606dd0b4bc7108f9a768a4545f0781730c (patch)
tree84566aca1cd4499288c00f236563541c00aef070 /src-tauri/tauri.conf.json
parent9fd1b18373b495a777edd724c875cd376ee8fb2f (diff)
parent7df1f2dbc038d0d93463249f15ca2e1e7ec23094 (diff)
downloadFlightCore-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.json4
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
}
]