Skip to content

Commit

Permalink
bump 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgallon committed Dec 14, 2021
1 parent 5032bc2 commit 5fe5caa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.3 for Minecraft 1.18.x

- Fixed issues related to GUI scale (anything other than guiScale=2) - thanks @Braboware

## Version 1.4.2 for Minecraft 1.18.x

- Updated mod to 1.18
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = 'MC1.18.x-1.4.2'
version = 'MC1.18.x-1.4.3'
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.2" #mandatory
version="1.4.3" #mandatory
displayName="Horse Stats Mod" #mandatory
updateJSONURL="https://raw.githubusercontent.com/lilgallon/HorseStatsMod/MC_1.18.x/update.json" #optional
displayURL="https://github.com/lilgallon/HorseStatsMod" #optional
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"1.16.5-recommended": "1.4.2",
"1.17.1-latest": "1.4.2",
"1.17.1-recommended": "1.4.2",
"1.18-latest": "1.4.2",
"1.18-recommended": "1.4.2"
"1.18-latest": "1.4.3",
"1.18-recommended": "1.4.3"
}
}

0 comments on commit 5fe5caa

Please sign in to comment.