From 97980e1e0c8690057afae5423da7435ed76af8ba Mon Sep 17 00:00:00 2001 From: Vankata453 <78196474+Vankata453@users.noreply.github.com> Date: Fri, 25 Nov 2022 14:16:24 +0200 Subject: [PATCH] Release version 0.1.1 --- build_installer/build_installer_x64_win.js | 2 +- build_installer/build_installer_x86_win.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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": {