Skip to content

Commit f0c1fdf

Browse files
committed
update readme
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent cdd5e8d commit f0c1fdf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This project is available via Maven:
3939
<dependency>
4040
<groupId>guru.nidi</groupId>
4141
<artifactId>graphviz-java</artifactId>
42-
<version>0.18.0</version>
42+
<version>0.18.1</version>
4343
</dependency>
4444
```
4545

@@ -174,7 +174,7 @@ digraph example1 {
174174
<dependency>
175175
<groupId>guru.nidi</groupId>
176176
<artifactId>graphviz-kotlin</artifactId>
177-
<version>0.18.0</version>
177+
<version>0.18.1</version>
178178
</dependency>
179179
```
180180

@@ -407,7 +407,7 @@ To use graphviz inside javadoc comments, add this to `pom.xml`:
407407
<tagletArtifact>
408408
<groupId>guru.nidi</groupId>
409409
<artifactId>graphviz-taglet</artifactId>
410-
<version>0.18.0</version>
410+
<version>0.18.1</version>
411411
</tagletArtifact>
412412
</configuration>
413413
</plugin>
@@ -439,7 +439,7 @@ First, add the rough module to the dependencies:
439439
<dependency>
440440
<groupId>guru.nidi</groupId>
441441
<artifactId>graphviz-rough</artifactId>
442-
<version>0.18.0</version>
442+
<version>0.18.1</version>
443443
</dependency>
444444
```
445445

graphviz-rough/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphviz-rough",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"scripts": {
55
"webpack": "webpack"
66
},

0 commit comments

Comments
 (0)