Patch release

This commit is contained in:
knsv
2014-12-03 19:29:44 +01:00
parent dabedb379d
commit fe2f3b403d
8 changed files with 197 additions and 32 deletions

View File

@@ -310,7 +310,7 @@ exports.tester = function(){};
* @returns {string}
*/
exports.version = function(){
return '0.2.12';
return require('../package.json').version;
};
var equals = function (val, variable){