Browse Source

rename config.json to config_example.json to avoid conflicts

set version
master
clintar 7 years ago
parent
commit
055f8d8116
3 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -0
      config_example.json
  3. +1
    -1
      lib/configReader.js

+ 1
- 0
.gitignore View File

@@ -2,3 +2,4 @@ node_modules/
.idea/
config.json
logs/
/nbproject/private/

config.json → config_example.json View File


+ 1
- 1
lib/configReader.js View File

@@ -56,4 +56,4 @@ for(var configOption in donationAddresses) {
}
}

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

Loading…
Cancel
Save