Skip to content

Commit

Permalink
Set version number 1.12.2-1.4-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mccreery committed Feb 4, 2019
1 parent 90c0bba commit dc4a860
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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-beta.3'
modVersion = '1.4-beta.4'
mcpMappings = 'snapshot_20171003'
}

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.4-beta.4] - 2019-02-04
### Added
- Option to show or hide durability when full for armor bars
### Changed
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 @@ -47,7 +47,7 @@ public class BetterHud {
public static final VersionRange ALL = VersionRange.newRange(null, Arrays.asList(Restriction.EVERYTHING));
public static final ArtifactVersion ZERO = new DefaultArtifactVersion("0.0");

protected static final String VERSION_STRING = "1.4-beta.3";
protected static final String VERSION_STRING = "1.4-beta.4";
public static final ArtifactVersion VERSION = new DefaultArtifactVersion(VERSION_STRING);

public static ArtifactVersion serverVersion = ZERO;
Expand Down
9 changes: 5 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"1.3.9": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#139---2017-07-06"
},
"1.12.2": {
"1.4-beta": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14",
"1.4-beta.2": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14",
"1.4-beta.3": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14"
"1.4-beta": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta-2018-09-26",
"1.4-beta.2": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta2-2019-01-16",
"1.4-beta.3": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta3-2019-01-19",
"1.4-beta.4": "https://github.com/mccreery/better-hud/blob/master/docs/CHANGELOG.md#14-beta4-2019-02-04"
},
"promos": {
"1.7.10-recommended": "1.3.5",
Expand All @@ -30,6 +31,6 @@
"1.9.4-recommended": "1.3.8",
"1.11-recommended": "1.3.9",
"1.12-recommended": "1.3.9",
"1.12.2-latest": "1.4-beta.3"
"1.12.2-latest": "1.4-beta.4"
}
}

0 comments on commit dc4a860

Please sign in to comment.