Skip to content

Commit

Permalink
rename config.json to config_example.json to avoid conflicts
Browse files Browse the repository at this point in the history
set version
  • Loading branch information
clintar committed Mar 26, 2016
1 parent b148a82 commit 055f8d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ node_modules/
.idea/
config.json
logs/
/nbproject/private/
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/configReader.js
Expand Up @@ -56,4 +56,4 @@ for(var configOption in donationAddresses) {
}
}

global.version = "v1.1.4";
global.version = "v1.1.5_uni";

0 comments on commit 055f8d8

Please sign in to comment.