Skip to content

Commit 1ab546d

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This project is available via Maven:
4040
<dependency>
4141
<groupId>guru.nidi</groupId>
4242
<artifactId>graphviz-java</artifactId>
43-
<version>0.17.0</version>
43+
<version>0.17.1</version>
4444
</dependency>
4545
```
4646

@@ -175,7 +175,7 @@ digraph example1 {
175175
<dependency>
176176
<groupId>guru.nidi</groupId>
177177
<artifactId>graphviz-kotlin</artifactId>
178-
<version>0.17.0</version>
178+
<version>0.17.1</version>
179179
</dependency>
180180
```
181181

@@ -408,7 +408,7 @@ To use graphviz inside javadoc comments, add this to `pom.xml`:
408408
<tagletArtifact>
409409
<groupId>guru.nidi</groupId>
410410
<artifactId>graphviz-taglet</artifactId>
411-
<version>0.17.0</version>
411+
<version>0.17.1</version>
412412
</tagletArtifact>
413413
</configuration>
414414
</plugin>
@@ -440,7 +440,7 @@ First, add the rough module to the dependencies:
440440
<dependency>
441441
<groupId>guru.nidi</groupId>
442442
<artifactId>graphviz-rough</artifactId>
443-
<version>0.17.0</version>
443+
<version>0.17.1</version>
444444
</dependency>
445445
```
446446

graphviz-rough/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.0",
3+
"version": "0.17.1",
44
"scripts": {
55
"webpack": "webpack"
66
},

0 commit comments

Comments
 (0)