Skip to content

Commit

Permalink
Update README.md - Latest published version is 3.0.0
Browse files Browse the repository at this point in the history
As we want people to use the latest version always, we should in turn correctly tell it on our front page.
  • Loading branch information
mkarg committed May 10, 2023
1 parent 7340b84 commit 8fafd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JSON-B is a standard binding layer for converting Java objects to/from JSON mess
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<version>2.0.0</version>
<version>3.0.0</version>
</dependency>
```

Expand Down

0 comments on commit 8fafd95

Please sign in to comment.