Skip to content

Commit

Permalink
Bumped version to 5.9.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 2, 2022
1 parent 1648aaa commit b0f100b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -9,7 +9,7 @@ plugins {
}

group = "com.perkelle.dev.envoys"
version = "5.8.0"
version = "5.9.0"

sourceSets.main {
java.srcDirs("src/main/java", "src/main/kotlin")
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Envoys
main: com.perkelle.dev.envoys.Bootstrap
version: 5.8.0
version: 5.9.0
api-version: 1.13
softdepend: [DependencyManager, PlaceholderAPI, WorldEdit, WorldGuard, HolographicDisplays, Multiverse-Core, GriefPrevention]
permissions:
Expand Down Expand Up @@ -38,3 +38,4 @@ libraries:
- org.apache.httpcomponents:httpclient:4.5.13
- org.apache.httpcomponents:fluent-hc:4.5.13
- org.apache.commons:commons-math3:3.6.1
- commons-lang:commons-lang:2.6

0 comments on commit b0f100b

Please sign in to comment.