diff --git a/lib/settings.js b/lib/settings.js index 1bcacee..a75c35b 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -12,7 +12,7 @@ var jsonminify = require("jsonminify"); // NOTE: rpcuser/pass/host/port is pulled from the coin's config file. // Version -exports.version = "1.0.2"; +exports.version = "1.0.3"; // Runtime environment: 'development' or 'production' exports.env = "development"; diff --git a/settings.json.template b/settings.json.template index 5ecbc48..eb72edd 100644 --- a/settings.json.template +++ b/settings.json.template @@ -7,9 +7,6 @@ { // NOTE: rpcuser/pass/host/port is pulled from the coin's config file. - // Version - "version": "1.0.2", - // Runtime environment: 'development' or 'production' "env": "development",