We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a2cb4 commit 973a4b6Copy full SHA for 973a4b6
README.md
@@ -71,7 +71,7 @@ Maven
71
<dependency>
72
<groupId>xyz.jpenilla</groupId>
73
<artifactId>squaremap-api</artifactId>
74
- <version>1.3.9</version>
+ <version>1.3.10</version>
75
<scope>provided</scope>
76
</dependency>
77
```
@@ -83,7 +83,7 @@ repositories {
83
}
84
85
dependencies {
86
- compileOnly("xyz.jpenilla", "squaremap-api", "1.3.9")
+ compileOnly("xyz.jpenilla", "squaremap-api", "1.3.10")
87
88
89
gradle.properties
@@ -1,5 +1,5 @@
1
group=xyz.jpenilla
2
-version=1.3.10-SNAPSHOT
+version=1.3.10
3
description=Minimalistic and lightweight world map viewer for Minecraft servers
4
5
githubUrl=https://github.com/jpenilla/squaremap/
0 commit comments