Skip to content

Commit

Permalink
Bump to v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Oct 6, 2023
1 parent 2563c3f commit 22c46d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add the following artifact to your `pom.xml`:
<dependency>
<groupId>com.spotify</groupId>
<artifactId>voyager</artifactId>
<version>1.2.6</version>
<version>2.0.0</version>
</dependency>
```
You can find the latest version on [Voyager's Releases page](https://github.com/spotify/voyager/releases).
Expand All @@ -43,7 +43,7 @@ You can find the latest version on [Voyager's Releases page](https://github.com/

Add the following artifact to your `build.sbt`:
```sbt
"com.spotify" % "voyager" % "1.2.6"
"com.spotify" % "voyager" % "2.0.0"
```
You can find the latest version on [Voyager's Releases page](https://github.com/spotify/voyager/releases).

Expand Down

0 comments on commit 22c46d1

Please sign in to comment.