Skip to content

Commit

Permalink
bump 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irnsght committed Oct 25, 2021
1 parent 76e6f65 commit 4e809b5
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 32 deletions.
102 changes: 73 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/me/iron/WarpSpace/Mod/WarpMain.java
Expand Up @@ -70,7 +70,7 @@ public void onClientCreated(ClientInitializeEvent event) {
HUD_core.initList();
GUIeventhandler.addHUDDrawListener();
HUD_core.HUDLoop();

beaconManager = new BeaconManager();
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions src/mod.json
@@ -1,8 +1,8 @@
{
"name": "WarpSpace",
"author": "IR0NSIGHT",
"description": "an alternative FTL system - server version SPECIAL DEV VERSION",
"version": "0.9.10",
"description": "an alternative FTL system",
"version": "0.10.0",
"starmade_version": "dev - v0.202.108",
"client_mod": false,
"server_mod": false,
Expand Down

0 comments on commit 4e809b5

Please sign in to comment.