Skip to content

Commit

Permalink
update to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zPeanut committed Feb 18, 2022
1 parent 7901528 commit b4d0b68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'org.spongepowered.mixin'
// Only edit below this line, the above code adds & enables the necessary things for Forge to be setup.

// The jar version number that will be output when building.
version = '1.12.2'
version = '1.12.3'
// https://maven.apache.org/guides/mini/guide-naming-conventions.html
group = 'me.peanut.hydrogen'
// The jar name that will be output when building.
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/me/peanut/hydrogen/Hydrogen.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public class Hydrogen {
public static final String devs[] = {"zPeanut", "UltramoxX"};
public static final String prefix = "§7[§9" + name + "§7]";

public static String version = "1.12.2";
public static final String semantic_version = "1.12.2";
public static String version = "1.12.3";
public static final String semantic_version = "1.12.3";

public static final String github = "https://github.com/zpeanut/hydrogen/";
public static final String release = github + "releases/";
Expand All @@ -60,7 +60,7 @@ public class Hydrogen {
public boolean outdated;
public boolean panic = false;
public boolean firstStart;
public boolean isStableBuild = false;
public boolean isStableBuild = true;
public String newversion;

public boolean hasNewFiles;
Expand Down

0 comments on commit b4d0b68

Please sign in to comment.