Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicjii committed Jul 31, 2022
1 parent b70c0b8 commit 38aee58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}
tasks {
runServer {
minecraftVersion("1.18.2")
minecraftVersion("1.19.1")
}
}

group = 'plugin.manhunt'
version = '2.0.6'
version = '3.0.0'

sourceCompatibility = '17'
targetCompatibility = '17'
Expand All @@ -27,7 +27,7 @@ repositories {
}

dependencies {
compileOnly 'io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.19.1-R0.1-SNAPSHOT'
}

/*processResources {
Expand Down

0 comments on commit 38aee58

Please sign in to comment.