diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 6a140d3103..aa94f2a9c2 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="59" + android:versionName="3.3b10" > diff --git a/desktop/src/io/anuke/mindustry/desktop/DesktopLauncher.java b/desktop/src/io/anuke/mindustry/desktop/DesktopLauncher.java index 75e5b63bcf..54d60c7d58 100644 --- a/desktop/src/io/anuke/mindustry/desktop/DesktopLauncher.java +++ b/desktop/src/io/anuke/mindustry/desktop/DesktopLauncher.java @@ -136,8 +136,7 @@ public class DesktopLauncher { e.printStackTrace(); //attempt to close connections - try{ Net.closeServer(); }catch (Exception p){} - try{ Net.disconnect(); }catch (Exception p){} + try{ Net.dispose(); }catch (Exception p){} //don't create crash logs for me (anuke), as it's expected if(System.getProperty("user.name").equals("anuke")) return; diff --git a/html/webapp/index.html b/html/webapp/index.html index c77b9f93de..9418769dab 100644 --- a/html/webapp/index.html +++ b/html/webapp/index.html @@ -13,6 +13,8 @@