Skip to content

Commit

Permalink
Bump version and update Electron to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jun 29, 2016
1 parent ef323dd commit c78d3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const options = {
'name' : 'museeks',
'platform' : ['darwin', 'win32', 'linux'],
'arch' : ['ia32', 'x64'],
'version' : '1.2.2',
'version' : '1.2.5',
'icon' : path.join('src', 'images', 'logos', 'museeks.png'),
'build-version' : app.version,
'app-version' : app.version,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "museeks",
"version": "0.4.0",
"version": "0.5.0",
"description": "A music player based on nw.js",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit c78d3de

Please sign in to comment.