From 174899b5059486b60ffde3941da203bad289b027 Mon Sep 17 00:00:00 2001 From: Maxim Date: Sat, 28 Dec 2024 23:10:26 +0200 Subject: [PATCH] docs: bump version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e2facb..3c7d0d7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ repositories { } dependencies { - compileOnly 'com.github.max1mde:HologramLib:1.6.0' + compileOnly 'com.github.max1mde:HologramLib:1.6.1' } ``` **Maven installation** @@ -71,7 +71,7 @@ dependencies { com.github.max1mde HologramLib - 1.6.0 + 1.6.1 provided ```