Skip to content

Commit

Permalink
v1.12.2-1.4.4
Browse files Browse the repository at this point in the history
Also updates `update.json` along with the changelog
and copyright years on the license
  • Loading branch information
mccreery committed May 28, 2021
1 parent 286bf1e commit cfe3b64
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Sam McCreery
Copyright (c) 2014-2021 Sam McCreery

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
ext {
mcVersion = '1.12.2'
forgeVersion = '14.23.4.2710'
modVersion = '1.4.3'
modVersion = '1.4.4'
mcpMappings = 'snapshot_20171003'
}

Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.4] - 2021-05-28
### Changed
- Improvements to Chinese (zh_CN) and Brazilian Portuguese (pt_BR) translations
- `mcmod.info` crediting all known translators
### Fixed
- Enabling or disabling elements not saved unless an element's settings screen is opened and closed

## [1.4.3] - 2020-06-15
### Fixed
- Game crash on first startup (no config file, #95)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jobicade/betterhud/BetterHud.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
dependencies = "required-after:forge@[14.23.1.2557,)")
public class BetterHud {
public static final String MODID = "betterhud";
public static final String VERSION = "1.4.3";
public static final String VERSION = "1.4.4";

private static ArtifactVersion serverVersion;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"mcversion": "${mcVersion}",
"url": "https://minecraft.curseforge.com/projects/better-hud",
"authorList": ["jobicade"],
"credits": "CharlieJiang and TheRiddick for localization",
"credits": "Translation: CharlieJiang, DaDodger, DrHesperus, lorrampi, Snapshot_light, TheRiddick",
"logoFile": "logo.png"
}]
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"1.4": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14---2019-04-04",
"1.4.1": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#141---2019-08-22",
"1.4.2": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#142---2020-05-22",
"1.4.3": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#143---2020-06-15"
"1.4.3": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#143---2020-06-15",
"1.4.4": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#144---2021-05-28"
},
"promos": {
"1.7.10-recommended": "1.3.5",
Expand All @@ -35,6 +36,6 @@
"1.9.4-recommended": "1.3.8",
"1.11-recommended": "1.3.9",
"1.12-recommended": "1.3.9",
"1.12.2-recommended": "1.4.3"
"1.12.2-recommended": "1.4.4"
}
}

0 comments on commit cfe3b64

Please sign in to comment.