Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCyberBrick committed Apr 7, 2023
1 parent 74598a5 commit eafac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/thebetweenlands/common/lib/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ModInfo {

public static final String DEPENDENCIES = "required-after:forge@[14.23.5.2773,);after:tombmanygraves2api@[1.12-4.1.0,);after:tombmanygraves@[1.12-4.1.0,);after:jei@[4.12.0,)";
public static final String MC_VERSIONS = "[1.12.2]";
public static final String VERSION = "3.9.5";
public static final String VERSION = "3.9.6";
public static final String API_VERSION = "1.14.0";
public static final String CONFIG_VERSION = "1.0.0"; //Increment and add updater if properties are moved/renamed or removed
public static final String GALLERY_VERSION = "1.0.0"; //Protocol version of the online gallery. Change this when a breaking change is introduced to the gallery protocol or format. For backwards compatibility.
Expand Down

0 comments on commit eafac1c

Please sign in to comment.