diff --git a/build_installer/build_installer_x64_win.js b/build_installer/build_installer_x64_win.js index 2d0ea2a..3ec59a6 100644 --- a/build_installer/build_installer_x64_win.js +++ b/build_installer/build_installer_x64_win.js @@ -11,7 +11,7 @@ const msiCreator = new MSICreator({ exe: 'SuperTux Launcher', name: 'SuperTux Launcher', manufacturer: 'Vankata453', - version: '0.1.0', + version: '0.1.1', arch: 'x64', appIconPath: path.resolve(__dirname, '../res/supertux.ico'), diff --git a/build_installer/build_installer_x86_win.js b/build_installer/build_installer_x86_win.js index 9d7f39d..bbfe959 100644 --- a/build_installer/build_installer_x86_win.js +++ b/build_installer/build_installer_x86_win.js @@ -11,7 +11,7 @@ const msiCreator = new MSICreator({ exe: 'SuperTux Launcher', name: 'SuperTux Launcher', manufacturer: 'Vankata453', - version: '0.1.0', + version: '0.1.1', arch: 'x86', appIconPath: path.resolve(__dirname, '../res/supertux.ico'), diff --git a/package-lock.json b/package-lock.json index af0c102..ceeb724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertux-launcher", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertux-launcher", - "version": "0.1.0", + "version": "0.1.1", "license": "GPL-3.0", "dependencies": { "is-online": "^9.0.1", diff --git a/package.json b/package.json index cbda470..f8179af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "supertux-launcher", "productName": "SuperTux Launcher", - "version": "0.1.0", + "version": "0.1.1", "description": "A simple and easy to use SuperTux launcher, featuring all versions of the game.", "main": "main.js", "scripts": {