Version 0.1.1 (Testing package update)

This commit is contained in:
knsv
2014-11-17 07:55:02 +01:00
parent 64bedc8262
commit 170a6640b2
5 changed files with 8 additions and 5 deletions

View File

@@ -203,12 +203,13 @@ mermaid.init = function () {
}
;
};
/**
* Version management
* @returns {string}
*/
mermaid.version = function(){
return '0.1.0';
return '0.1.1';
}
/**
* Wait for coument loaded before starting the execution