Skip to content

Commit cbd41db

Browse files
committed
Version fix
1 parent 9d5c6d5 commit cbd41db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ exports.tester = function(){};
304304
* @returns {string}
305305
*/
306306
exports.version = function(){
307-
return '0.2.6';
307+
return '0.2.7';
308308
};
309309

310310
var equals = function (val, variable){

0 commit comments

Comments
 (0)