Skip to content

Commit 2e08878

Browse files
committed
Bump version to 1.3
1 parent d6878b4 commit 2e08878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class EnchantmentRevealer
3333
{
3434
public static final String MODID = "enchantment_revealer";
3535
public static final String NAME = "EnchantmentRevealer";
36-
public static final String VERSION = "1.2.1";
36+
public static final String VERSION = "1.3";
3737
public static boolean verbose = false;
3838

3939
// 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
@@ -3,7 +3,7 @@
33
"modid": "enchantment_revealer",
44
"name": "Enchantment Revealer",
55
"description": "Reveals all enchantments in the enchantment GUI. Works even with vanilla SMP!",
6-
"version": "1.2.1",
6+
"version": "1.3",
77
"mcversion": "1.12.2",
88
"url": "https://github.com/d0sboots/EnchantmentRevealer",
99
"updateUrl": "",

0 commit comments

Comments
 (0)