Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrbu committed Apr 20, 2023
1 parent 61593b0 commit 43d617f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
}

group "lol.pyr"
version "1.0.0"
version "1.0.1"

compileJava {
options.release.set(17)
Expand All @@ -39,7 +39,7 @@ processResources {
}

runServer {
minecraftVersion "1.19.3"
minecraftVersion "1.19.4"
}

tasks.assemble.dependsOn reobfJar
Expand Down

0 comments on commit 43d617f

Please sign in to comment.