Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkMorford committed Sep 17, 2017
1 parent 3af1011 commit 8501a23
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 @@ 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.12-1.0.3.0"
version = "1.12.1-1.1.0.0"
group = "net.darkmorford.btweagles" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "BTWeagles"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class BetterThanWeagles
{
public static final String MODID = "btweagles";
public static final String MODNAME = "BetterThanWeagles";
public static final String VERSION = "1.12-1.0.3.0";
public static final String VERSION = "1.12.1-1.1.0.0";

@Mod.Instance
public static BetterThanWeagles instance;
Expand Down

0 comments on commit 8501a23

Please sign in to comment.