bump version

This commit is contained in:
Michael Anderson 2020-07-14 19:45:45 -06:00
parent bc3594f76c
commit ffd4ba633b
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ function getCurrentPlatform(){
builder.build({
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
config: {
appId: 'helioslauncher',
productName: 'Helios Launcher',
appId: 'ardacraftlauncher',
productName: 'ArdaCraft Launcher',
artifactName: '${productName}-setup-${version}.${ext}',
copyright: 'Copyright © 2018-2020 Daniel Scalzi',
directories: {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "ardacraftlauncher",
"version": "1.7.0",
"version": "1.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {