Skip to content

Commit

Permalink
Incremented version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenholmZombie committed Feb 16, 2024
1 parent b4f4f8b commit f5c3621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mesabrook/ib/util/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Reference
public static final String MODNAME = "Immersibrook";
public static final String UPDATE_NAME = "The Technology Update";
public static String MOTTO = Main.instance.getRandomMotto();
public static final String VERSION = "1.0.0.10";
public static final String VERSION = "1.0.0.10.1";
public static final String MINEDROID_VERSION = VERSION;
public static final String CHANGELOG = "https://github.com/RavenholmZombie/Immersibrook/releases/tag/" + VERSION;
public static final String UPDATE_URL = "https://raw.githubusercontent.com/RavenholmZombie/RavenholmZombie/main/update.json";
Expand Down

0 comments on commit f5c3621

Please sign in to comment.