Skip to content

Commit

Permalink
Bump to beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 3, 2016
1 parent b175de6 commit 45d16b8
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 @@ -20,7 +20,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.2-beta7"
version = "1.2-beta8"
group = "refinedstorage"
archivesBaseName = "refinedstorage"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/raoulvdberge/refinedstorage/RS.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class RS {
}

public static final String ID = "refinedstorage";
public static final String VERSION = "1.2-beta7";
public static final String VERSION = "1.2-beta8";
public static final String DEPENDENCIES = "required-after:Forge@[12.18.2.2116,);required-after:mcmultipart@[1.2.1,);after:JEI@[3.12.0,);";
public static final String GUI_FACTORY = "com.raoulvdberge.refinedstorage.gui.config.ModGuiFactory";

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": "refinedstorage",
"name": "Refined Storage",
"description": "An elegant solution to your hoarding problem",
"version": "1.2-beta7",
"version": "1.2-beta8",
"mcversion": "1.10.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 45d16b8

Please sign in to comment.