Skip to content

Commit

Permalink
Fix versions older than 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
heychazza committed Jun 9, 2023
1 parent ceff6a0 commit a962609
Show file tree
Hide file tree
Showing 2 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 @@ -8,7 +8,7 @@ plugins {
defaultTasks("clean", "shadowJar")

group = "net.analyse"
version = "2.0.6"
version = "2.0.7"

subprojects {
plugins.apply("java")
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Analyse
version: '${version}'
main: net.analyse.plugin.AnalysePlugin
api-version: 1.19
api-version: 1.13
softdepend:
- PlaceholderAPI
- floodgate
Expand Down

0 comments on commit a962609

Please sign in to comment.