Skip to content

Commit 76903f9

Browse files
committed
release: Version 1.3.8
1 parent 1f95134 commit 76903f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Maven
7171
<dependency>
7272
<groupId>xyz.jpenilla</groupId>
7373
<artifactId>squaremap-api</artifactId>
74-
<version>1.3.7</version>
74+
<version>1.3.8</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
```
@@ -83,7 +83,7 @@ repositories {
8383
}
8484

8585
dependencies {
86-
compileOnly("xyz.jpenilla", "squaremap-api", "1.3.7")
86+
compileOnly("xyz.jpenilla", "squaremap-api", "1.3.8")
8787
}
8888
```
8989

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=xyz.jpenilla
2-
version=1.3.8-SNAPSHOT
2+
version=1.3.8
33
description=Minimalistic and lightweight world map viewer for Minecraft servers
44

55
githubUrl=https://github.com/jpenilla/squaremap/

0 commit comments

Comments
 (0)