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 d60e5d2 commit bcd2f35Copy full SHA for bcd2f35
README.md
@@ -71,7 +71,7 @@ Maven
71
<dependency>
72
<groupId>xyz.jpenilla</groupId>
73
<artifactId>squaremap-api</artifactId>
74
- <version>1.3.5</version>
+ <version>1.3.6</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.5")
+ compileOnly("xyz.jpenilla", "squaremap-api", "1.3.6")
87
88
89
gradle.properties
@@ -1,5 +1,5 @@
1
group=xyz.jpenilla
2
-version=1.3.6-SNAPSHOT
+version=1.3.6
3
description=Minimalistic and lightweight world map viewer for Minecraft servers
4
5
githubUrl=https://github.com/jpenilla/squaremap/
0 commit comments