Skip to content

Commit 63f3a4e

Browse files
committed
Release 1.2.1
Change version numbers and add update.json version tracking.
1 parent 92261ac commit 63f3a4e

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
@@ -27,12 +27,13 @@
2727
import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
2828

2929
@Mod(modid = EnchantmentRevealer.MODID, version = EnchantmentRevealer.VERSION,
30+
updateJSON="https://raw.githubusercontent.com/d0sboots/EnchantmentRevealer/master/update.json",
3031
canBeDeactivated=true, clientSideOnly=true)
3132
public class EnchantmentRevealer
3233
{
3334
public static final String MODID = "enchantment_revealer";
3435
public static final String NAME = "EnchantmentRevealer";
35-
public static final String VERSION = "1.2";
36+
public static final String VERSION = "1.2.1";
3637
public static boolean verbose = false;
3738

3839
// 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.12.2",
1313

0 commit comments

Comments
 (0)