Skip to content

Commit ed139d2

Browse files
committed
update version in readme
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent 3552774 commit ed139d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This project is available via Maven:
3434
<dependency>
3535
<groupId>guru.nidi</groupId>
3636
<artifactId>graphviz-java</artifactId>
37-
<version>0.8.6</version>
37+
<version>0.8.7</version>
3838
</dependency>
3939
```
4040

@@ -135,7 +135,7 @@ digraph example1 {
135135
<dependency>
136136
<groupId>guru.nidi</groupId>
137137
<artifactId>graphviz-kotlin</artifactId>
138-
<version>0.8.6</version>
138+
<version>0.8.7</version>
139139
</dependency>
140140
```
141141

@@ -366,7 +366,7 @@ To use graphviz inside javadoc comments, add this to `pom.xml`:
366366
<tagletArtifact>
367367
<groupId>guru.nidi</groupId>
368368
<artifactId>graphviz-taglet</artifactId>
369-
<version>0.8.6</version>
369+
<version>0.8.7</version>
370370
</tagletArtifact>
371371
</configuration>
372372
</plugin>

0 commit comments

Comments
 (0)