Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Jan 25, 2015
1 parent 4562a81 commit 5452be9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.3.2",
"version": "0.3.3",
"authors": [
"knsv <knut@sveido.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -22217,7 +22217,7 @@ process.chdir = function (dir) {
},{}],103:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.3.2",
"version": "0.3.3",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion dist/mermaid.full.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mermaid.slim.js
Original file line number Diff line number Diff line change
Expand Up @@ -22185,7 +22185,7 @@ process.chdir = function (dir) {
},{}],103:[function(require,module,exports){
module.exports={
"name": "mermaid",
"version": "0.3.2",
"version": "0.3.3",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"bin": {
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.3.2",
"version": "0.3.3",
"description": "Markdownish syntax for generating flowcharts",
"main": "src/main.js",
"bin": {
Expand Down

0 comments on commit 5452be9

Please sign in to comment.