From 0e8fae5b0a44e1c48aeeb0213d1c3c958827df1f Mon Sep 17 00:00:00 2001 From: Acog Date: Sun, 3 May 2026 12:04:54 +0900 Subject: [PATCH] docs: bump version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19370cf..73df0e9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation 'io.typst:command-bukkit:3.1.6' + implementation 'io.typst:command-bukkit:3.2.0' } ``` @@ -24,7 +24,7 @@ dependencies { io.typst command-bukkit - 3.1.6 + 3.2.0 ```