bump version

This commit is contained in:
HorizonCode 2023-05-04 21:29:22 +02:00
parent 92ee92d636
commit e2713179c8
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.1"; const appVersion = "1.1.2";
module.exports = { appName, appVersion }; module.exports = { appName, appVersion };

View File

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