Update version build and reset resolution to default minecraft size.

This commit is contained in:
Peter 2021-07-08 10:28:29 +01:00
parent ed642c1638
commit c88db8c913
2 changed files with 3 additions and 3 deletions

View File

@ -83,8 +83,8 @@ const DEFAULT_CONFIG = {
],
},
game: {
resWidth: 1280,
resHeight: 720,
resWidth: 854,
resHeight: 480,
fullscreen: false,
autoConnect: true,
launchDetached: true

View File

@ -1,6 +1,6 @@
{
"name": "vicariousnetworklauncher",
"version": "1.8.0",
"version": "1.0.0",
"productName": "Vicarious Network Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",