Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Nov 9, 2017
1 parent 8bdb9f6 commit 90b1cbe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
## Unreleased Version
- Nothing

## v1.8.1 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- Optimize code
- Finish new flexible command system

## v1.8.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- Now player can craft a banner by using materials
- If player has permission `BannerMaker.getBanner.free`, he cna only see `Get banner for free` button, buy and craft button will not shown
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
## 未釋出版本
- 暫無

## v1.8.1 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- 優化程式碼
- 完成新的靈活的指令系統

## v1.8.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- 現在玩家可以使用材料合成旗幟
- 如果玩家擁有`BannerMaker.getBanner.free`權限,他將只能看到`取得旗幟`按鈕,購買及合成按鈕將不會出現
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ You don't need to know how to craft. All you need to know is how it will looks l
3. Start the server

## Change Logs
v1.8.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- Now player can craft a banner by using materials
- If player has permission `BannerMaker.getBanner.free`, he cna only see `Get banner for free` button, buy and craft button will not shown
- Update inventory menu system (now most button only accept left click)
v1.8.1 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- Optimize code
- Finish new flexible command system

*Read more in [CHANGELOG.md](CHANGELOG.md)*

Expand Down
7 changes: 3 additions & 4 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@
3. 啟動伺服器

## 更新紀錄
v1.8.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- 現在玩家可以使用材料合成旗幟
- 如果玩家擁有`BannerMaker.getBanner.free`權限,他將只能看到`取得旗幟`按鈕,購買及合成按鈕將不會出現
- 更新物品欄選單系統(現在大多數按鈕只接受左鍵點擊)
v1.8.1 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- 優化程式碼
- 完成新的靈活的指令系統

*[CHANGELOG.zh-tw.md](CHANGELOG.zh-tw.md) 閱讀更多*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The Basics -->
<groupId>tw.kid7</groupId>
<artifactId>BannerMaker</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
<dependencies>
<!-- Bukkit API -->
<dependency>
Expand Down

0 comments on commit 90b1cbe

Please sign in to comment.