Skip to content

Commit

Permalink
updated version for release to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
irnsght committed Oct 21, 2020
1 parent 6b58faf commit 99644f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void main(String[] args) {
@Override
public void onGameStart() {
super.onGameStart();
this.setModVersion("0.3");
this.setModVersion("0.4");
this.setModName("WarpSpace");
this.setModAuthor("IR0NSIGHT");
// this.setServerSide(true); //needs client for packet receiving
Expand Down

0 comments on commit 99644f5

Please sign in to comment.