Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Dec 1, 2014
1 parent 9d5c6d5 commit cbd41db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ exports.tester = function(){};
* @returns {string}
*/
exports.version = function(){
return '0.2.6';
return '0.2.7';
};

var equals = function (val, variable){
Expand Down

0 comments on commit cbd41db

Please sign in to comment.