Skip to content

Commit

Permalink
Bump version to 1.3.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Mar 27, 2020
1 parent 337b3be commit b212383
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 = "1.12.2-1.3.0-beta"
version = "1.12.2-1.3.1-beta"
group = "network.pxl8.geoexpansion"
archivesBaseName = "geoexpansion"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/network/pxl8/geoexpansion/lib/LibMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class LibMeta {
public static final String MOD_ID = "geoexpansion";
public static final String VERSION = "1.3.0-beta";
public static final String VERSION = "1.3.1-beta";

public static final String SERVER_PROXY = "network.pxl8.geoexpansion.proxy.CommonProxy";
public static final String CLIENT_PROXY = "network.pxl8.geoexpansion.proxy.ClientProxy";
Expand Down

0 comments on commit b212383

Please sign in to comment.