Skip to content

Commit 9d2b98b

Browse files
committed
release: Version 1.3.7
1 parent dabca8b commit 9d2b98b

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
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.6</version>
74+
<version>1.3.7</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.6")
86+
compileOnly("xyz.jpenilla", "squaremap-api", "1.3.7")
8787
}
8888
```
8989

build-logic/src/main/kotlin/squaremap.publishing.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import org.incendo.cloudbuildlogic.jmp
2+
13
plugins {
24
id("squaremap.base-conventions")
35
id("net.kyori.indra.publishing")
@@ -18,11 +20,7 @@ indra {
1820
configurePublications {
1921
pom {
2022
developers {
21-
developer {
22-
id = "jmp"
23-
name = "Jason Penilla"
24-
timezone = "America/Phoenix"
25-
}
23+
jmp()
2624
}
2725
}
2826
}

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.7-SNAPSHOT
2+
version=1.3.7
33
description=Minimalistic and lightweight world map viewer for Minecraft servers
44

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

0 commit comments

Comments
 (0)