Skip to content

Commit

Permalink
Updated the mod version to 1.0.7
Browse files Browse the repository at this point in the history
(Forgot to push it alongside the previous commit)
  • Loading branch information
HRudyPlayZ committed Nov 2, 2021
1 parent 9d29a90 commit 549a33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/thebetweenlands/lib/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class ModInfo
{
public static final String ID = "thebetweenlands";
public static final String NAME = "The Betweenlands";
public static final String VERSION = "1.0.6-alpha";
public static final String VERSION = "1.0.7-alpha";
public static final String CHANNEL = ID;
public static final String CLIENTPROXY_LOCATION = "thebetweenlands.proxy.ClientProxy";
public static final String COMMONPROXY_LOCATION = "thebetweenlands.proxy.CommonProxy";
Expand Down

0 comments on commit 549a33b

Please sign in to comment.