Skip to content

Commit

Permalink
Update change log and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Mar 12, 2017
1 parent 889eee2 commit a29f80a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Logs
## v1.5.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- Make AlphabetAndNumberBanner toggleable
- Improve price setting
- Optimize code
- Split README and CHANGELOG
- Use [bStats](https://bstats.org/plugin/bukkit/BannerMaker) instead of MCStats

## v1.4.6 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- Update to 1.11
- Add Russian(ru) translation (Thanks [sdir01](https://www.spigotmc.org/members/sdir01.238854/))
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 更新紀錄
## v1.5.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- 令字母與數字選單可切換開關
- 改進價格設定
- 優化程式碼
- 分割 README 和 CHANGELOG
- 使用 [bStats](https://bstats.org/plugin/bukkit/BannerMaker) 代替 MCStats

## v1.4.6 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- 升級至1.11
- 新增俄文(ru)翻譯(感謝 [sdir01](https://www.spigotmc.org/members/sdir01.238854/)
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ 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.4.6 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- Update to 1.11
- Add Russian(ru) translation (Thanks [sdir01](https://www.spigotmc.org/members/sdir01.238854/))
v1.5.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- Make AlphabetAndNumberBanner toggleable
- Improve price setting
- Optimize code
- Split README and CHANGELOG
- Use [bStats](https://bstats.org/plugin/bukkit/BannerMaker) instead of MCStats

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

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

## 更新紀錄
v1.4.6 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- 升級至1.11
- 新增俄文(ru)翻譯(感謝 [sdir01](https://www.spigotmc.org/members/sdir01.238854/)
v1.5.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x)
- 令字母與數字選單可切換開關
- 改進價格設定
- 優化程式碼
- 分割 README 和 CHANGELOG
- 使用 [bStats](https://bstats.org/plugin/bukkit/BannerMaker) 代替 MCStats

*[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 @@ -6,7 +6,7 @@

<groupId>tw.kid7</groupId>
<artifactId>BannerMaker</artifactId>
<version>1.4.6</version>
<version>1.5.0</version>

<build>
<finalName>${project.artifactId}</finalName>
Expand Down

0 comments on commit a29f80a

Please sign in to comment.