Skip to content

Commit

Permalink
1.7.10-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 16, 2014
1 parent a121aac commit e89e762
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.2

> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.

1.7.10-1.0.1

> Update to Minecraft 1.7.10.
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.2-1.0.1"
version = "1.7.2-1.0.2"
group= "clashsoft.mods.moretools"
archivesBaseName = "MoreToolsMod"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/clashsoft/mods/moretools/MoreToolsMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MoreToolsMod extends ClashsoftMod
public static final String MODID = "moretools";
public static final String NAME = "More Tools Mod";
public static final String ACRONYM = "mtm";
public static final String VERSION = "1.7.10-1.0.1";
public static final String VERSION = "1.7.10-1.0.2";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down
9 changes: 4 additions & 5 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version=1.7.10-1.0.1
url=https://github.com/Clashsoft/More-Tools-Mod/releases/download/1.7.10-1.0.1/MoreToolsMod-1.7.10-1.0.1.jar
version=1.7.10-1.0.2
url=https://github.com/Clashsoft/More-Tools-Mod/releases/download/1.7.10-1.0.2/MoreToolsMod-1.7.10-1.0.2.jar

> Update to Minecraft 1.7.10.
> Update to Clashsoft Lib 1.7.10-2.4.2.
* Fixed UpdateChecker not working.
> Update to Forge 1.7.10-10.13.0.1207.
> Update to Clashsoft Lib 1.7.10-2.5.0.

0 comments on commit e89e762

Please sign in to comment.