Skip to content

Commit

Permalink
Bump version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Sep 9, 2020
1 parent 0092cea commit d41a244
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [Forge-1.16.1-2.3.1] - 2020-09-09
* Check world type before scheduling leaf breaking (#23)
* Do not take into account "minimumLeavesAroundRequired" when using shift down mode

## [Forge-1.16.1-2.3.0] - 2020-09-04
* Perform less ticking on leaves (#20)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=false
group=fr.raksrinana
loader=Forge
mod_id=falling_tree
version=2.3.0
version=2.3.1
changelogUrl=https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md

repoName=FallingTree
Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"homepage": "https://github.com/RakSrinaNa/FallingTree",
"changelog": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md",
"1.16.1": {
"2.3.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md",
"2.3.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md",
"2.2.1": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md",
"2.2.0": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md",
Expand All @@ -12,7 +13,7 @@
"2.1.4": "https://github.com/RakSrinaNa/FallingTree/blob/1.16.1/CHANGELOG.md"
},
"promos": {
"1.16.1-latest": "2.3.0",
"1.16.1-recommended": "2.3.0"
"1.16.1-latest": "2.3.1",
"1.16.1-recommended": "2.3.1"
}
}

0 comments on commit d41a244

Please sign in to comment.