Skip to content

Commit c5ca85a

Browse files
authored
Fixed routing (#55)
1 parent c272605 commit c5ca85a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.201"
3+
"version": "8.0.203"
44
}
55
}

src/Ui/Website.Host/electron.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"appId": "com.crossbusexplorer.app",
1414
"productName": "Cross Bus Explorer",
1515
"copyright": "Copyright © 2024",
16-
"buildVersion": "0.4.8",
16+
"buildVersion": "0.4.9",
1717
"compression": "maximum",
1818
"directories": {
1919
"output": "../../../bin/Desktop"

0 commit comments

Comments
 (0)