Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
  • Loading branch information
nidi3 committed Mar 3, 2021
1 parent cdd5e8d commit f0c1fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This project is available via Maven:
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
</dependency>
```

Expand Down Expand Up @@ -174,7 +174,7 @@ digraph example1 {
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-kotlin</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
</dependency>
```

Expand Down Expand Up @@ -407,7 +407,7 @@ To use graphviz inside javadoc comments, add this to `pom.xml`:
<tagletArtifact>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-taglet</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
</tagletArtifact>
</configuration>
</plugin>
Expand Down Expand Up @@ -439,7 +439,7 @@ First, add the rough module to the dependencies:
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-rough</artifactId>
<version>0.18.0</version>
<version>0.18.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion graphviz-rough/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphviz-rough",
"version": "0.18.0",
"version": "0.18.1",
"scripts": {
"webpack": "webpack"
},
Expand Down

0 comments on commit f0c1fdf

Please sign in to comment.