Skip to content

Commit

Permalink
Updated version number to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Lee committed Apr 24, 2016
1 parent b606210 commit e4d5579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"transparent": false,
"icon": "icons\\icon.png"
},
"version": "0.6.4",
"version": "0.6.5",
"snapshot": "",
"node-main": "",
"keywords": [],
Expand Down
3 changes: 2 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ var userDir = process.env.USERPROFILE,
version: "0.12.3",
appName: "Boats Animator",
buildDir: "bin",
cacheDir: `${userDir}\\AppData\\Roaming\\npm\\node_modules\\nw-builder\\cache`
cacheDir: `${userDir}\\AppData\\Roaming\\npm\\node_modules\\nw-builder\\cache`,
winIco: "win-install\\icon.ico"
});

nw.on("log", console.log);
Expand Down
2 changes: 1 addition & 1 deletion win-install/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Boats Animator"
#define MyAppVersion "0.6.4"
#define MyAppVersion "0.6.5"
#define MyAppPublisher "Charlie Lee"
#define MyAppURL "https://github.com/BoatsAreRockable/animator"
#define MyAppExeName "Boats Animator.exe"
Expand Down

0 comments on commit e4d5579

Please sign in to comment.