Skip to content

Commit

Permalink
build: update to 0.3.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse0w0 committed Mar 16, 2020
1 parent 0af3216 commit d0417fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game-engine/src/main/java/engine/Platform.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static Engine getEngine() {
* Get platform version
*/
public static String getVersion() {
return "0.2.0.1-rc";
return "0.3.1-alpha";
}

public static boolean isClient() {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
engineVersion=0.2.0.1-rc
engineVersion=0.3.1-alpha
lwjglVersion=3.2.3

0 comments on commit d0417fd

Please sign in to comment.