Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Apr 25, 2024
1 parent 1bfa713 commit d2c6a56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/constant.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

const VERSION = "0.9.3+dev.5";
const VERSION = "0.9.4+dev.5";
const ARTIFACT_NAME_TEMPLATE = `hello-world_\${buildVersion}_\${platform}_\${arch}.\${ext}`;

module.exports = {
Expand Down
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": "electron-updater-example",
"version": "0.9.3+dev.5",
"version": "0.9.4+dev.5",
"main": "main.js",
"description": "electron-updater example project",
"author": "Matt Haggard",
Expand Down

0 comments on commit d2c6a56

Please sign in to comment.