Skip to content

Commit

Permalink
Version 1.14.1
Browse files Browse the repository at this point in the history
Use correct api-version: 1.13 in addon.yml
  • Loading branch information
tastybento committed May 26, 2020
1 parent ae597b1 commit dacbd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>1.4.0</build.version>
<build.version>1.4.1</build.version>
<build.number>-LOCAL</build.number>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: TwerkingForTrees
main: world.bentobox.twerk.TwerkingForTrees
version: ${version}${build.number}
icon: OAK_SAPLING
api: 1.13
api-version: 1.13

prefix: TwerkingForTrees

Expand Down

0 comments on commit dacbd19

Please sign in to comment.