Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Aug 5, 2017
1 parent 0ab3127 commit f925735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.2"
version = "1.2.3"
group = "arlyon.felling" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "felling"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/arlyon/felling/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
public class Constants {
public static final String MOD_NAME = "Felling";
public static final String MODID = "felling";
public static final String VERSION = "1.2.2";
public static final String VERSION = "1.2.3";
public static final Enchantment felling = new Enchantment(net.minecraft.enchantment.Enchantment.Rarity.UNCOMMON, EntityEquipmentSlot.MAINHAND);
}
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "felling",
"name": "Felling",
"description": "Uncovers an ancient enchantment allows you to fell trees with a single swing.",
"version": "1.2.2",
"version": "1.2.3",
"mcversion": "1.12",
"url": "https://git.arlyon.co/minecraft/Felling",
"updateUrl": "",
Expand Down

0 comments on commit f925735

Please sign in to comment.