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({ builder.build({
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(), targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
config: { config: {
appId: 'helioslauncher', appId: 'ardacraftlauncher',
productName: 'Helios Launcher', productName: 'ArdaCraft Launcher',
artifactName: '${productName}-setup-${version}.${ext}', artifactName: '${productName}-setup-${version}.${ext}',
copyright: 'Copyright © 2018-2020 Daniel Scalzi', copyright: 'Copyright © 2018-2020 Daniel Scalzi',
directories: { directories: {

2
package-lock.json generated
View File

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