Skip to content

Commit

Permalink
Release 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Dec 5, 2014
1 parent afe12b5 commit 6988dea
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "0.2.14",
"version": "0.2.15",
"authors": [
"knsv <knut@sveido.com>"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/mermaid.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -13001,15 +13001,15 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.2.14",
"version": "0.2.15",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"scripts": {
"test": "gulp coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/username/repository.git"
"url": "https://github.com/knsv/mermaid"
},
"author": "",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.full.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mermaid.slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -12969,15 +12969,15 @@ process.chdir = function (dir) {
},{}],102:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.2.14",
"version": "0.2.15",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"scripts": {
"test": "gulp coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/username/repository.git"
"url": "https://github.com/knsv/mermaid"
},
"author": "",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.slim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "0.2.14",
"version": "0.2.15",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 6988dea

Please sign in to comment.