Skip to content

Commit

Permalink
Version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Aug 14, 2014
1 parent fd5d8bc commit 9136a29
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Build/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-1.1.1"
version = "1.7.10-1.1.2"
group= "com.jaquadro.gardenstuff" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "GardenStuff"

Expand Down
2 changes: 1 addition & 1 deletion GardenContainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-1.1.1"
version = "1.7.10-1.1.2"
group= "com.jaquadro.gardencontainers" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "GardenContainers"

Expand Down
2 changes: 1 addition & 1 deletion GardenContainers/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "GardenContainers",
"name": "Garden Containers",
"description": "A variety of containers for planting vegetation.",
"version": "1.1.1",
"version": "1.1.2",
"credits": "By jaquadro",
"logoFile": "",
"url": "http://www.jaquadro.com/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class GardenContainers
{
public static final String MOD_ID = "GardenContainers";
public static final String MOD_NAME = "Garden Containers";
public static final String MOD_VERSION = "1.1.1";
public static final String MOD_VERSION = "1.1.2";
static final String SOURCE_PATH = "com.jaquadro.minecraft.gardencontainers.";

public static final ModBlocks blocks = new ModBlocks();
Expand Down
2 changes: 1 addition & 1 deletion GardenCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10-1.1.1"
version = "1.7.10-1.1.2"
group= "com.jaquadro.gardencore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "GardenCore"

Expand Down
2 changes: 1 addition & 1 deletion GardenCore/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "GardenCore",
"name": "Garden Core",
"description": "Base mod for a collection of garden and plant mods.",
"version": "1.1.1",
"version": "1.1.2",
"credits": "By jaquadro",
"logoFile": "",
"url": "http://www.jaquadro.com/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class GardenCore
{
public static final String MOD_ID = "GardenCore";
public static final String MOD_NAME = "Garden Core";
public static final String MOD_VERSION = "1.1.1";
public static final String MOD_VERSION = "1.1.2";
static final String SOURCE_PATH = "com.jaquadro.minecraft.gardencore.";

public static final ModIntegration integration = new ModIntegration();
Expand Down

0 comments on commit 9136a29

Please sign in to comment.