Skip to content

Commit

Permalink
Bump beta version to 1.4-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mccreery committed Jan 19, 2019
1 parent 6ff0c52 commit e94188e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2'
modVersion = '1.4-beta.3'
mcpMappings = 'snapshot_20171003'
}

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.2";
protected static final String VERSION_STRING = "1.4-beta.3";
public static final ArtifactVersion VERSION = new DefaultArtifactVersion(VERSION_STRING);

public static ArtifactVersion serverVersion = ZERO;
Expand Down

0 comments on commit e94188e

Please sign in to comment.