From 96eae134dc95db9f2aa5e29002db3aceef8bc249 Mon Sep 17 00:00:00 2001 From: Melledy <121644117+Melledy@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:37:01 -0800 Subject: [PATCH] Bump jar version to `1.0.2` --- README.md | 5 +++-- build.gradle | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aebc5cf76..08792c2df 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ - Basic game features: Logging in, team setup, inventory, basic scene/entity management - Monster battles working - Natural world monster/prop/NPC spawns -- Most character techniques are handled +- Character techniques +- Crafting/Consumables working - Npc shops handled - Gacha system - Mail system - Friend system (Assists are not working yet) -- Forgotten hall (with 1.4.0 features) +- Forgotten hall - Simulated universe (Runs can be finished, but many features are missing) # Running the server and client diff --git a/build.gradle b/build.gradle index e005adda8..0652ca20b 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ compileTestJava.options.encoding = "UTF-8" sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 -version = '1.0.1' +version = '1.0.2' var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true" System.out.println(shouldGenerateProto ?