Skip to content

Commit

Permalink
Bump version and reduce BlueMapAPI version...
Browse files Browse the repository at this point in the history
...to ensure compatibility with the current latest stable release of BlueMap: 3.20.
BlueMap 4 is amazing, but it's not stable yet, so I shouldn't target my addons to that, yet.
  • Loading branch information
TechnicJelle committed Mar 6, 2024
1 parent e022c79 commit 9975ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.technicjelle</groupId>
<artifactId>BlueMapSignExtractor</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>jar</packaging>

<name>BlueMapSignExtractor</name>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.github.BlueMap-Minecraft</groupId>
<artifactId>BlueMapAPI</artifactId>
<version>2.7.0</version>
<version>2.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9975ee2

Please sign in to comment.