Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Oct 29, 2018
1 parent 40258b5 commit f4ab00d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@
## Unreleased Version
- Nothing

## v2.0 (for 1.13.x)
- Update to 1.13.2
- No longer support 1.8.x ~ 1.12.x

## v1.9.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- Optimize code
- Now only support Java 8
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.zh-tw.md
Expand Up @@ -2,6 +2,10 @@
## 未釋出版本
- 暫無

## v2.0 (for 1.13.x)
- 升級至1.13.2
- 不再支援1.8.x ~ 1.12.x

## v1.9.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- 優化程式碼
- 現在只支援 Java 8
Expand Down
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -62,10 +62,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.9.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- Optimize code
- Now only support Java 8
- Update Spanish(es) translation
v2.0 (for 1.13.x)
- Update to 1.13.2
- No longer support 1.8.x ~ 1.12.x

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

Expand Down
7 changes: 3 additions & 4 deletions README.zh-tw.md
Expand Up @@ -62,10 +62,9 @@
3. 啟動伺服器

## 更新紀錄
v1.9.0 (for 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x)
- 優化程式碼
- 現在只支援 Java 8
- 更新西班牙文(es)翻譯
v2.0 (for 1.13.x)
- 升級至1.13.2
- 不再支援1.8.x ~ 1.12.x

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

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>1.9.0</version>
<version>2.0.0</version>
<dependencies>
<!-- Bukkit API -->
<dependency>
Expand Down

0 comments on commit f4ab00d

Please sign in to comment.