Skip to content

Commit

Permalink
Update version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkuesters committed Dec 12, 2023
1 parent 596d977 commit f5319e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Our cross-game launcher, offering the possibility to login, download, update and

- Make sure you have either `GH_TOKEN` or `GITHUB_TOKEN` environment variable with a valid token set (https://www.electron.build/configuration/publish.html)
- Increase package.json versions (both `/package.json` and `/src/package.json`)
- git push
- git commit and push
- npm run deploy
- Manually release the drafted GitHub release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "destrostudios",
"version": "1.4.0",
"version": "1.5.0",
"description": "destrostudios cross-game launcher, offering the possibility to login, download, update and start games.",
"author": "destrostudios",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "destrostudios",
"version": "1.4.0",
"version": "1.5.0",
"description": "Destrostudios cross-game launcher, offering the possibility to login, download, update and start games.",
"author": "destrostudios",
"main": "electron-main.js",
"dependencies": {
"electron-is-dev": "^2.0.0",
"electron-updater": "^6.1.4"
"electron-updater": "^6.1.7"
}
}

0 comments on commit f5319e4

Please sign in to comment.