Skip to content

Commit

Permalink
docs: update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cerus committed Jun 10, 2023
1 parent 9d90f55 commit 0153a4b
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 @@ -50,7 +50,7 @@ See [FAQ](#FAQ)
<dependency>
<groupId>dev.cerus.maps</groupId>
<artifactId>common</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<scope>provided</scope> <!-- "provided" if the maps plugin is on the server, "compile" if not -->
</dependency>

Expand All @@ -59,7 +59,7 @@ See [FAQ](#FAQ)
<dependency>
<groupId>dev.cerus.maps</groupId>
<artifactId>plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0153a4b

Please sign in to comment.