Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Oct 6, 2014
1 parent 76f3f2e commit 81ade40
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 @@ -18,7 +18,7 @@ buildscript {
apply plugin: 'forge'

// Requires iChunUtil to run. Just put iChunUtil-deobf.jar in the /libs/ folder or it won't compile.
version = "0.9.0"
version = "0.9.1"
group= "morph" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Morph-Beta"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/morph/common/Morph.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class Morph
implements IConfigUser
{
public static final String version = "0.9.0";
public static final String version = "0.9.1";

@Instance("Morph")
public static Morph instance;
Expand Down

0 comments on commit 81ade40

Please sign in to comment.