Skip to content

Commit

Permalink
Prepare release (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
xPand4B authored Feb 1, 2022
1 parent 755da73 commit 69d9f11
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ body:
label: Mod Version
description: "Please select the used version of 'Towers of the Wild: Reworked'."
options:
- "v2.1.1"
- "v2.1.0"
- "v2.0.0"
- "v1.0.0-beta.1"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v2.1.1
### What's Changed
* Create es_cl.json by [DracoExE](https://github.com/DracoExE) in [#11](https://github.com/WaldiNet/Towers_Of_The_Wild_Reworked/pull/11)
* Add korean localization by [scarf005](https://github.com/scarf005) in [#12](https://github.com/WaldiNet/Towers_Of_The_Wild_Reworked/pull/12)

### New Contributors
* [DracoExE](https://github.com/DracoExE) made their first contribution in [#11](https://github.com/WaldiNet/Towers_Of_The_Wild_Reworked/pull/11)
* [scarf005](https://github.com/scarf005) made their first contribution in [#12](https://github.com/WaldiNet/Towers_Of_The_Wild_Reworked/pull/12)

**Full Changelog**: [v2.1.0...v.2.1.1](https://github.com/WaldiNet/Towers_Of_The_Wild_Reworked/compare/v2.1.0...v2.1.1)

## v2.1.0
* Add zh_cn localization by [@RawPineapple](https://github.com/RawPineapple) in [#8](https://github.com/xPand4B/Towers_Of_The_Wild_Reworked/pull/8)
* Updated fabric dependencies
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ Will be implemented in a later build

## Credits
* [idrae_](https://github.com/Idrae) *(original author)*
* [RawPineapple](https://github.com/RawPineapple) *(translation for zh_cn)*
* [RawPineapple](https://github.com/RawPineapple) *(translation for zh_cn)*
* [DracoExE](https://github.com/DracoExE) *(translation for es_cl)*
* [scarf005](https://github.com/scarf005) *(translation for ko_kr)*
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ loader_version=0.12.12

# Mod Properties
mod_name = Towers of the Wild: Reworked
mod_version = 2.1.0
mod_version = 2.1.1
maven_group = waldinet.towers_of_the_wild_reworked
archives_base_name = towers_of_the_wild_reworked

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

"contributors": [
"idrae_ (Original author)",
"RawPineapple (Translation zh_cn)"
"RawPineapple (Translation zh_cn)",
"DracoExE (Translation es_cl)",
"scarf005 (Translation ko_kr)"
],

"depends": {
Expand Down

0 comments on commit 69d9f11

Please sign in to comment.