Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mccreery committed May 27, 2021
1 parent 7392801 commit 4abde69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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.2'
modVersion = '1.4.3'
mcpMappings = 'snapshot_20171003'
}

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

## [1.4.3] - 2020-06-15
### Fixed
- Game crash on first startup (no config file, #95)
- Settings from config file overridden by default settings (#97)

## [1.4.2] - 2020-05-22
### Changed
- Pickup count not supported when connected to a 1.4.1 server (see bug below)
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.2";
public static final String VERSION = "1.4.3";

private static ArtifactVersion serverVersion;

Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"1.4-beta.4": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta4-2019-02-04",
"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.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"
},
"promos": {
"1.7.10-recommended": "1.3.5",
Expand All @@ -34,6 +35,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.2"
"1.12.2-recommended": "1.4.3"
}
}

0 comments on commit 4abde69

Please sign in to comment.