From 004bb6915da08044a0cc13061e6eb887cc4eddcb Mon Sep 17 00:00:00 2001 From: Connor Linfoot Date: Mon, 29 Apr 2024 15:03:43 +0100 Subject: [PATCH] Update README version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2a1cbd..b54cd74 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ You can then include the dependency in your project. net.hypixel mod-api - 0.3.1 + 0.3.2 ``` ```gradle dependencies { - implementation 'net.hypixel:mod-api:0.3.1' + implementation 'net.hypixel:mod-api:0.3.2' } ```