Skip to content

Commit

Permalink
Bump jar version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Melledy committed Dec 19, 2023
1 parent 6c8be59 commit 96eae13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down

0 comments on commit 96eae13

Please sign in to comment.