Skip to content

Commit

Permalink
chore: version bump for MC 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Aug 11, 2022
1 parent 32554d5 commit 695d24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
paperDevBundle("1.19.1-R0.1-SNAPSHOT")
paperDevBundle("1.19.2-R0.1-SNAPSHOT")
}

java {
Expand All @@ -18,7 +18,7 @@ subprojects {
apply(plugin = "java")

group = "org.oddlama.vane"
version = "1.9.5"
version = "1.9.6"

repositories() {
mavenCentral()
Expand Down Expand Up @@ -47,7 +47,7 @@ configure(subprojects.filter {
apply(plugin = "io.papermc.paperweight.userdev")

dependencies {
paperDevBundle("1.19.1-R0.1-SNAPSHOT")
paperDevBundle("1.19.2-R0.1-SNAPSHOT")
}

tasks {
Expand Down
Binary file added docs/resourcepacks/v1.9.6.zip
Binary file not shown.

0 comments on commit 695d24b

Please sign in to comment.