bump version

This commit is contained in:
HorizonCode 2022-10-21 00:59:19 +02:00
parent 0a780b84e4
commit 37567b5767
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const appName = "EZPPLauncher" const appName = "EZPPLauncher"
const appVersion = "1.1.0"; const appVersion = "1.1.1";
module.exports = { appName, appVersion }; module.exports = { appName, appVersion };

View File

@ -1,6 +1,6 @@
{ {
"name": "ezpplauncher", "name": "ezpplauncher",
"version": "1.1.0", "version": "1.1.1",
"main": "app.js", "main": "app.js",
"license": "MIT", "license": "MIT",
"author": "HorizonCode", "author": "HorizonCode",