Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vankata453 committed Nov 25, 2022
1 parent 2d484a3 commit 97980e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_installer/build_installer_x64_win.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down
2 changes: 1 addition & 1 deletion build_installer/build_installer_x86_win.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 97980e1

Please sign in to comment.