Skip to content

Commit

Permalink
Update readme for v6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Oct 2, 2024
1 parent e912ebf commit a0f4800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is generated from the latest version of the OpenAPI specifications of the Nut
<dependency>
<groupId>nl.reinkrul.nuts</groupId>
<artifactId>java-client</artifactId>
<version>5.3.0</version>
<version>6.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>nl.reinkrul.nuts</groupId>
<artifactId>java-client</artifactId>
<packaging>jar</packaging>
<version>6.0.0-beta.1</version>
<version>6.0.0</version>
<name>Java Nuts Client Library</name>

<url>https://github.com/reinkrul/java-nuts-client</url>
Expand Down

0 comments on commit a0f4800

Please sign in to comment.