Skip to content

Commit

Permalink
This is 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markhughes committed May 18, 2017
1 parent 59364ba commit 570dcc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.1
* API: New API Event: EventFactionsChatModeChange
* API: ChatMode, FLocation and Relation improvements
* Bugfix: Placeholders sometimes didn't work
* Improvement: Placeholders now support HolographicDisplays
* Improvement: chat command can be routed to VentureChat with new conf option factionChatChannelRoute

# 1.2.0
* Feature: Command aliases now configurable in conf.json
* Bugfix: Error message now shows with relation command if we can't find the faction. It used to do nothing.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

allprojects {
version = "1.2.0"
version = "1.2.1"
group = "net.redstoneore"
}

Expand Down

0 comments on commit 570dcc9

Please sign in to comment.