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