Version fix

This commit is contained in:
Knut Sveidqvist 2014-12-01 09:38:49 +01:00
parent cbd41dbb1b
commit cb7b8a4b98
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "0.2.7",
"version": "0.2.8",
"authors": [
"knsv <knut@sveido.com>"
],

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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