Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d0sboots committed Dec 2, 2019
1 parent d6878b4 commit 2e08878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EnchantmentRevealer
{
public static final String MODID = "enchantment_revealer";
public static final String NAME = "EnchantmentRevealer";
public static final String VERSION = "1.2.1";
public static final String VERSION = "1.3";
public static boolean verbose = false;

// Replacement for System.out that doesn't do anything. This is replaced by System.out if verbose is true.
Expand Down
2 changes: 1 addition & 1 deletion resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "enchantment_revealer",
"name": "Enchantment Revealer",
"description": "Reveals all enchantments in the enchantment GUI. Works even with vanilla SMP!",
"version": "1.2.1",
"version": "1.3",
"mcversion": "1.12.2",
"url": "https://github.com/d0sboots/EnchantmentRevealer",
"updateUrl": "",
Expand Down

0 comments on commit 2e08878

Please sign in to comment.