Skip to content

Commit b508cad

Browse files
committed
chore: release 2.37
1 parent da2dcc2 commit b508cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allprojects {
1111

1212
archivesBaseName = 'VoteParty'
1313
group 'me.clip'
14-
version '2.37-DEV'
14+
version '2.37'
1515

1616
repositories {
1717
mavenCentral()
@@ -28,7 +28,7 @@ allprojects {
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2929

3030
// spigot
31-
compileOnly "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT"
31+
compileOnly "org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT"
3232
}
3333

3434
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)