Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Apr 19, 2021
1 parent 8244dee commit f1eadad
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 @@ -34,7 +34,7 @@ repositories {
}
}

version = "0.3.3"
version = "0.3.4"
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 @@ -26,7 +26,7 @@ public class FirmaLife
{
public static final String MOD_ID = "firmalife";
public static final String MODNAME = "FirmaLife";
public static final String MODVERSION = "0.3.3";
public static final String MODVERSION = "0.3.4";

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

0 comments on commit f1eadad

Please sign in to comment.