From 530bd07479a9bf7d5ea886fb2531afda98058bed Mon Sep 17 00:00:00 2001 From: KrewsOrg Date: Thu, 23 May 2019 15:43:07 +0100 Subject: [PATCH 1/3] 2.0.0 is now stable. --- src/main/java/com/eu/habbo/Emulator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/eu/habbo/Emulator.java b/src/main/java/com/eu/habbo/Emulator.java index 177be9a6..04cafd27 100644 --- a/src/main/java/com/eu/habbo/Emulator.java +++ b/src/main/java/com/eu/habbo/Emulator.java @@ -44,9 +44,9 @@ public final class Emulator public final static int BUILD = 0; - public final static String PREVIEW = "RC-3"; + public final static String PREVIEW = ""; - public static final String version = "Arcturus Morningstar"+ " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW; + public static final String version = "Arcturus Morningstar"+ " " + MAJOR + "." + MINOR + "." + BUILD; public static String build = ""; From 31e01ebe840c0f28e69b8ed83045affa4e79e80e Mon Sep 17 00:00:00 2001 From: Harmonic Date: Thu, 23 May 2019 10:48:52 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 17618274..4441b151 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,11 @@ TheGeneral's own words were "dont like it then dont use it". We did not like wha Arcturus Morningstar is released under the [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.txt). ## Versions ## -Stable Version: **Not Yet Reached** +Stable Version: **2.0.0** -Compiled Download: **Unavailable** +Compiled Download: https://git.krews.org/morningstar/Arcturus-Community/releases -Unstable Version: **2.0.0** - -Unstable Compiled Download: https://arcturus.wf/downloads/dev.zip +UnStable Version: **2.1.0** Client build: **PRODUCTION-201611291003-338511768** From d145601c0a345807488a0702b256e0327586a7dc Mon Sep 17 00:00:00 2001 From: KrewsOrg Date: Thu, 23 May 2019 19:16:30 +0100 Subject: [PATCH 3/3] Start 2.1.0 --- src/main/java/com/eu/habbo/Emulator.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/eu/habbo/Emulator.java b/src/main/java/com/eu/habbo/Emulator.java index 04cafd27..4c364d06 100644 --- a/src/main/java/com/eu/habbo/Emulator.java +++ b/src/main/java/com/eu/habbo/Emulator.java @@ -38,15 +38,15 @@ public final class Emulator public final static int MAJOR = 2; - public final static int MINOR = 0; + public final static int MINOR = 1; public final static int BUILD = 0; - public final static String PREVIEW = ""; + public final static String PREVIEW = "RC-1"; - public static final String version = "Arcturus Morningstar"+ " " + MAJOR + "." + MINOR + "." + BUILD; + public static final String version = "Arcturus Morningstar"+ " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW; public static String build = ""; @@ -164,7 +164,7 @@ public final class Emulator @Override public void run() { - Emulator.getLogging().logStart("Thankyou for downloading Arcturus Morningstar! This is a Release Candidate for 2.0.0, if you find any bugs please place them on our git repository."); + Emulator.getLogging().logStart("Thankyou for downloading Arcturus Morningstar! This is a Release Candidate for 2.1.0, if you find any bugs please place them on our git repository."); Emulator.getLogging().logStart("Please note, Arcturus Emulator is a project by TheGeneral, we take no credit for the original work, and only the work we have continued. If you'd like to support the project, join our discord at: "); Emulator.getLogging().logStart("https://discord.gg/syuqgN"); System.out.println("Waiting for commands: ");