Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Dec 19, 2021
1 parent 673329a commit a337bf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {
apply(plugin = "com.diffplug.spotless")

group = "org.oddlama.vane"
version = "1.6.5"
version = "1.6.6"

repositories() {
mavenCentral()
Expand Down
Binary file added docs/resourcepacks/v1.6.6.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion vane-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
implementation(group = "org.bstats", name = "bstats-bukkit", version = "1.8")
implementation(group = "org.reflections", name = "reflections", version = "0.9.12")
implementation(group = "org.reflections", name = "reflections", version = "0.10.2")
implementation(group = "org.json", name = "json", version = "20200518")
implementation(project(":vane-annotations"))
}
Expand Down

0 comments on commit a337bf9

Please sign in to comment.