Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Jul 23, 2019
1 parent ad60683 commit ec2dec4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@
## Unreleased Version
- Nothing

## v2.2.0 (for 1.14.x)
- Update to 1.14.4
- Fix dye materials in recipes
- Update language mechanism
- Auto detect environment language if set language to "auto"
- Change filename syntax of language files from "zh-tw" to "zh_TW"

## v2.1.1 (for 1.13.x)
- Fix bug of missing dye materials when crafting banners

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.zh-tw.md
Expand Up @@ -2,6 +2,13 @@
## 未釋出版本
- 暫無

## v2.2.0 (for 1.14.x)
- 升級至 1.14.4
- 修正合成表中的染料
- 更新語言機制
- 若 language 設定為「auto」,自動偵測環境語言
- 語言檔的檔名格式由「zh-tw」改為「zh_TW」

## v2.1.1 (for 1.13.x)
- 修正合成旗幟時缺少染料的錯誤

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<!-- The Basics -->
<groupId>club.kid7</groupId>
<artifactId>BannerMaker</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<dependencies>
<!-- Bukkit API -->
<dependency>
Expand Down

0 comments on commit ec2dec4

Please sign in to comment.