Skip to content

Commit 52b1dee

Browse files
authored
Update build.gradle.kts
1 parent 9c5cd76 commit 52b1dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ java {
1212
}
1313

1414
group = "net.thenextlvl.gopaint"
15-
version = "1.1.1"
15+
version = "1.1.2"
1616

1717
repositories {
1818
mavenCentral()
@@ -43,4 +43,4 @@ publishing {
4343
password = System.getenv("REPOSITORY_TOKEN")
4444
}
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)