Skip to content

Commit

Permalink
Bumbed version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeiti committed May 17, 2018
1 parent 71d1859 commit 5738eb0
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 @@ -13,7 +13,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.0.1"
version = "1.0.2"
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.0.1";
public static final String VERSION = "1.0.2";

private ModInfo() {
}
Expand Down

0 comments on commit 5738eb0

Please sign in to comment.