Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Lureau committed Jun 16, 2022
1 parent 25d0333 commit e07d11b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
| 0.2.2 | [8.14.0](https://github.com/mermaid-js/mermaid/releases/tag/8.14.0) |
| 0.3.0 | [9.0.0](https://github.com/mermaid-js/mermaid/releases/tag/9.0.0) |
| 0.3.1 | [9.1.0](https://github.com/mermaid-js/mermaid/releases/tag/9.1.0) |
| 0.3.2 | [9.1.2](https://github.com/mermaid-js/mermaid/releases/tag/9.1.2) |


## Step 1: install

```kotlin
dependencies {
dokkaPlugin("com.glureau:html-mermaid-dokka-plugin:0.3.1")
dokkaPlugin("com.glureau:html-mermaid-dokka-plugin:0.3.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.glureau"
version = "0.3.1"
version = "0.3.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/js/mermaid_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.0
9.1.2

0 comments on commit e07d11b

Please sign in to comment.