Skip to content

Commit

Permalink
1.7.10-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 2, 2014
1 parent 9c2350c commit 6e54028
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.7.10-1.0.4

> Update to Clashsoft Lib 1.7.10-2.6.0.
* Fixed Mortars not working.

1.7.10-1.0.3

> Update to Forge 1.7.10-10.13.0.1207.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript
}

apply plugin: 'forge'
version = "1.7.10-1.0.3"
version = "1.7.10-1.0.4"
group= "clashsoft.mods.morepotions"
archivesBaseName = "MorePotionsMod"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class MorePotionsMod extends ClashsoftMod<MPMNetHandler>
public static final String NAME = "More Potions Mod";
public static final String ACRONYM = "mpm";
public static final String DEPENDENCIES = CSLib.DEPENDENCY + ";required-after:" + BrewingAPI.MODID;
public static final String VERSION = "1.7.10-1.0.3";
public static final String VERSION = "1.7.10-1.0.4";

@Instance(MODID)
public static MorePotionsMod instance;
Expand Down
7 changes: 4 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version=1.7.10-1.0.3
url=https://github.com/Clashsoft/More-Potions-Mod/releases/download/1.7.10-1.0.3/MorePotionsMod-1.7.10-1.0.3.jar
version=1.7.10-1.0.4
url=https://github.com/Clashsoft/More-Potions-Mod/releases/download/1.7.10-1.0.4/MorePotionsMod-1.7.10-1.0.4.jar

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.
> Update to Clashsoft Lib 1.7.10-2.6.0.
> Update to Brewing API 1.7.10-3.0.1.
* Fixed Mortars not working.

0 comments on commit 6e54028

Please sign in to comment.