Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCzyr committed Feb 3, 2021
1 parent 589d6f5 commit 9ad0a64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '1.16.4-3.1.1'
version = '1.16.4-3.1.2'
group = 'com.chaosthedude.realistictorches' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'RealisticTorches'

Expand Down
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---------------------------------------------
VERSION 3.1.2 - 1.16.4
---------------------------------------------
1.16.4
FIXES:
- Fixed a crash that occurred after setting the torchBurnoutTime config field to a negative value to disable torch burnout
- Fixed a bug that allowed matchboxes to be duplicated
- Potentially fixed an issue that prevented the vanilla torch recipe from being overwritten under certain circumstances


---------------------------------------------
VERSION 3.1.1 - 1.16.4
---------------------------------------------
Expand Down

0 comments on commit 9ad0a64

Please sign in to comment.