Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdbeerbaerLP committed May 10, 2019
1 parent 2f6ad49 commit 3641e12
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "0.3.4"
version = "0.3.5"
group = "talecraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "talecraft"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/talecraft/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Reference {
public static final String MOD_ID = "talecraft";
public static final String MOD_NAME = "TaleCraft";
public static final String MOD_VERSION = "0.3.4";
public static final String MOD_VERSION = "0.3.5";

public static final String CLIENT_PROXY = "talecraft.proxy.ClientProxy";
public static final String SERVER_PROXY = "talecraft.proxy.ServerProxy";
Expand Down

0 comments on commit 3641e12

Please sign in to comment.