bump version

This commit is contained in:
HorizonCode 2022-10-18 01:46:11 +02:00
parent 5c819938c8
commit 73fb9464d2
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ezpplauncher",
"version": "1.0.0",
"version": "1.1.0",
"main": "app.js",
"license": "MIT",
"author": "HorizonCode",
@ -32,6 +32,7 @@
},
"scripts": {
"start": "electron .",
"test": "electron ./test/encrypt.js",
"rebuild": "electron-rebuild -f -w wincrypt",
"pack-win": "electron-builder --x64",
"pack-win32": "electron-builder --ia32",