Skip to content

Commit

Permalink
Bumped version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeiti committed May 31, 2018
1 parent 89858c7 commit 0b5b2da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.1.4"
version = "1.1.5"
group = "exterminatorjeff.undergroundbiomes" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "UndergroundBiomesConstructs-1.12"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public final class ModInfo {

public static final String MODID = "undergroundbiomes";
public static final String NAME = "Underground Biomes";
public static final String VERSION = "1.1.4";
public static final String VERSION = "1.1.5";

private ModInfo() {
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "undergroundbiomes",
"name": "Underground Biomes",
"description": "24 different kinds of stones with slabs, stairs, walls, and buttons",
"version": "1.1.4",
"version": "1.1.5",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 0b5b2da

Please sign in to comment.