Skip to content

Commit

Permalink
1.12.58
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Dec 24, 2020
1 parent d323845 commit aa59f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.12.57"
version = "1.12.58"
group = "net.fexcraft.mod.lib" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Fexcraft Common Library"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/fexcraft/lib/mc/FCL.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
public class FCL {

public static final String prefix = TextFormatting.BLACK + "[" + TextFormatting.DARK_AQUA + "FCL" + TextFormatting.BLACK + "]" + TextFormatting.GRAY + " ";
public static final String version = "1.12.57";
public static final String version = "1.12.58";
public static final String mcv = "1.12.2";
public static final UUID[] authors = new UUID[]{ UUID.fromString("01e4af9b-2a30-471e-addf-f6338ffce04b") };
@Mod.Instance("fcl")
Expand Down

0 comments on commit aa59f39

Please sign in to comment.