Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
1fxe committed Mar 5, 2021
1 parent 0594c68 commit efc33c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modGroup=dev.fxe
modVersion=1.1-Beta
modVersion=1.2-Beta
modBaseName=ResourcePackDisplay
forgeVersion=1.8.9-11.15.1.2318-1.8.9
mcpVersion=stable_22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ResourcePackDisplay {

public static final String MOD_ID = "resource_pack_display";
public static final String MOD_NAME = "Resource Pack Display";
public static final String VERSION = "1.0";
public static final String VERSION = "1.2-Beta";
@Mod.Instance(MOD_ID)
public static ResourcePackDisplay INSTANCE;
public final HashSet<ResourcePackRepository.Entry> randomPacks = new HashSet<>();
Expand Down

0 comments on commit efc33c5

Please sign in to comment.