bump version

This commit is contained in:
HorizonCode 2023-05-31 07:05:34 +02:00
parent 0a664d1f64
commit 361db1df17
2 changed files with 2 additions and 2 deletions

View File

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

View File

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