Skip to content

Commit

Permalink
bump 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgallon committed May 13, 2021
1 parent 19182da commit 68c6b9d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.4.2 for Minecraft 1.16.4 and 1.16.5

- Added German transation (thanks @manuelgrabowski)

## Version 1.4.1 for Minecaft 1.16.4 and 1.16.5

- Added Polish transation (thanks @Greg-21)
Expand Down
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 = 'MC1.16.x-1.4.1'
version = 'MC1.16.x-1.4.2'
group = 'dev.nero.horsestatsmod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'horsestatsmod'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/lilgallon/HorseStatsMod/issues" #optional

[[mods]] #mandatory
modId="horsestatsmod" #mandatory
version="1.4.1" #mandatory
version="1.4.2" #mandatory
displayName="Horse Stats Mod" #mandatory
updateJSONURL="https://raw.githubusercontent.com/lilgallon/HorseStatsMod/MC_1.16.4/update.json" #optional
displayURL="https://github.com/lilgallon/HorseStatsMod" #optional
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{
"homepage": "https://github.com/lilgallon/HorseStatsMod/releases",
"promos": {
"1.16.4-latest": "1.4.1",
"1.16.4-recommended": "1.4.1",
"1.16.5-latest": "1.4.1",
"1.16.5-recommended": "1.4.1"
"1.16.4-latest": "1.4.2",
"1.16.4-recommended": "1.4.2",
"1.16.5-latest": "1.4.2",
"1.16.5-recommended": "1.4.2"
}
}

0 comments on commit 68c6b9d

Please sign in to comment.