Skip to content

Commit 3d8d42e

Browse files
committed
Release 1.2.1
Change version numbers and add update.json version tracking.
1 parent c2ee973 commit 3d8d42e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

java/io/github/d0sboots/enchantmentrevealer/EnchantmentRevealer.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
2727

2828
@Mod(modid = EnchantmentRevealer.MODID, version = EnchantmentRevealer.VERSION,
29+
updateJSON="https://raw.githubusercontent.com/d0sboots/EnchantmentRevealer/master/update.json",
2930
canBeDeactivated=true, clientSideOnly=true)
3031
public class EnchantmentRevealer
3132
{
3233
public static final String MODID = "EnchantmentRevealer";
33-
public static final String VERSION = "1.2";
34+
public static final String VERSION = "1.2.1";
3435
public static boolean verbose = false;
3536

3637
// Replacement for System.out that doesn't do anything. This is replaced by System.out if verbose is true.

resources/mcmod.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
"description": "Reveals all enchantments in the enchantment GUI. Works even with vanilla SMP!",
99

10-
"version": "1.2",
10+
"version": "1.2.1",
1111

1212
"mcversion": "1.9.4",
1313

0 commit comments

Comments
 (0)