Skip to content

Commit

Permalink
[ci skip] 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 5, 2024
1 parent 6f4b07b commit 21e70a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "net.thenextlvl.gopaint"
version = "1.3.1"
version = "1.3.2"

repositories {
mavenCentral()
Expand Down Expand Up @@ -78,7 +78,7 @@ tasks.shadowJar {
}

tasks.runServer {
minecraftVersion("1.20.6")
minecraftVersion("1.21")
jvmArgs("-Dcom.mojang.eula.agree=true")
}

Expand Down

0 comments on commit 21e70a5

Please sign in to comment.