From 91d869b1cd5a2617494743c4e2e4af3c8bb322e1 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Mon, 29 Jul 2024 13:08:12 +0000 Subject: build(gradle): bump version to 1.1.0 --- README.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f717b..21ed2e8 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,10 @@ update automatically the compass. `/manhunt start` starts the manhunt. `/manhunt reset-timer` resets all timers (useful after a server crash). + +## Technos + +- Fabric +- Fabric API +- Yarn Mappings +- MidnightLib (embedded in jar) diff --git a/gradle.properties b/gradle.properties index f286b4f..5d36a40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ fabric_version=0.100.7+1.21 midnightlib_version=1.5.7-fabric # Mod Properties -mod_version=1.0.0 +mod_version=1.1.0 maven_group=world.anhgelus.manhunt archives_base_name=manhunt -- cgit v1.2.3