Skip to content

Commit 96eae13

Browse files
committed
Bump jar version to 1.0.2
1 parent 6c8be59 commit 96eae13

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
- Basic game features: Logging in, team setup, inventory, basic scene/entity management
1212
- Monster battles working
1313
- Natural world monster/prop/NPC spawns
14-
- Most character techniques are handled
14+
- Character techniques
15+
- Crafting/Consumables working
1516
- Npc shops handled
1617
- Gacha system
1718
- Mail system
1819
- Friend system (Assists are not working yet)
19-
- Forgotten hall (with 1.4.0 features)
20+
- Forgotten hall
2021
- Simulated universe (Runs can be finished, but many features are missing)
2122

2223
# Running the server and client

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ compileTestJava.options.encoding = "UTF-8"
2626
sourceCompatibility = JavaVersion.VERSION_17
2727
targetCompatibility = JavaVersion.VERSION_17
2828

29-
version = '1.0.1'
29+
version = '1.0.2'
3030

3131
var shouldGenerateProto = System.getenv("GENERATE_PROTO") == "true"
3232
System.out.println(shouldGenerateProto ?

0 commit comments

Comments
 (0)