Skip to content

Commit

Permalink
1.12.2-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mccreery committed Aug 22, 2019
1 parent d3bd572 commit 7a17723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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'
modVersion = '1.4.1'
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

## [1.4.1]
## [1.4.1] - 2019-08-22
### Added
- Option to disable sleep indicator on game clock
### Removed
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";
protected static final String VERSION_STRING = "1.4.1";
public static final ArtifactVersion VERSION = new DefaultArtifactVersion(VERSION_STRING);

public static ArtifactVersion serverVersion = ZERO;
Expand Down
5 changes: 3 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"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",
"1.4": "https://github.com/mccreery/better-hud/blob/develop/docs/CHANGELOG.md#14---2019-04-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"
},
"promos": {
"1.7.10-recommended": "1.3.5",
Expand All @@ -32,6 +33,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"
"1.12.2-recommended": "1.4.1"
}
}

0 comments on commit 7a17723

Please sign in to comment.