Skip to content

Commit

Permalink
This is 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed Sep 6, 2017
1 parent 21e6d20 commit b457082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.4.6
* 🐞 Bugfix: Dynmap async touched the bukkit API, it no longer does that
* 🐞 Bugfix: Set last stood at too early, causing land change messages not to show
* 🐞 Bugfix: Clashed with LuckPerms with Caffeine
* ⌨️ API: Locality now includes a getRadius method

# 1.4.5
* 🐞 Bugfix: NPCs did not play nicely with damage modifiers
* 🐞 Bugfix: Dynmap was a bit broken, fixed now though
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

allprojects {
version = "1.4.6-SNAPSHOT"
version = "1.4.6"
group = "net.redstoneore"
}

Expand Down

0 comments on commit b457082

Please sign in to comment.