Skip to content

Commit

Permalink
push new version
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Mar 5, 2021
1 parent 42ab12a commit 8392f9a
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 @@ -30,7 +30,7 @@ repositories {
}
}

version = "0.0.1"
version = "0.1.0"
group = 'com.eerussianguy.firmalife'
archivesBaseName = 'firmalife'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/eerussianguy/firmalife/FirmaLife.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class FirmaLife
{
public static final String MOD_ID = "firmalife";
public static final String MODNAME = "FirmaLife";
public static final String MODVERSION = "0.0.1";
public static final String MODVERSION = "0.1.0";

@Mod.Instance
private static FirmaLife INSTANCE = null;
Expand Down

0 comments on commit 8392f9a

Please sign in to comment.