From e6adba832e71912188d653e4e4568334d6fa8232 Mon Sep 17 00:00:00 2001 From: Tech <49742865+DebitCardz@users.noreply.github.com> Date: Sat, 9 Dec 2023 22:27:06 -0500 Subject: [PATCH] docs: bump version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4659ca..7403b7d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ repositories { } dependencies { - implementation("com.github.DebitCardz:mc-chestui-plus:1.4.2") + implementation("com.github.DebitCardz:mc-chestui-plus:1.4.3") } ``` ### Maven @@ -34,7 +34,7 @@ dependencies { com.github.DebitCardz mc-chestui-plus - 1.4.2 + 1.4.3 ```