Skip to content

Commit

Permalink
Bump version to 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcaliptium committed Feb 19, 2018
1 parent 85f7f9b commit a546765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ buildscript {
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"
version = "1.3"
group= "tws.zcaliptium.compositegear" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "CompositeGear-" + mcversion

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/compositegear/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ item.composite_light_boots.name=Composite Light Boots
item.composite_sword.name=Composite Sword
item.composite_dagger.name=Composite Dagger
item.composite_mace.name=Composite Mace
item.composite_mace.description=Craft THIS ONE to be really BADASS!
item.composite_mace.description=Craft THIS ONE to be really BADASS!!!
item.composite_bow.name=Composite Bow
item.composite_bow.description=Try to break it!

Expand Down

0 comments on commit a546765

Please sign in to comment.