Preparation for npm package

This commit is contained in:
knsv
2014-12-02 19:05:09 +01:00
parent 540c614c88
commit ab78295faf
7 changed files with 11 additions and 7 deletions

View File

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