From e71d7df8c127b7196fd81dd392034d7d97acbb4e Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 31 Oct 2024 03:30:34 +0800 Subject: [PATCH] release 1.21 (#861) --- protocol/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/build.gradle.kts b/protocol/build.gradle.kts index 531543118..9be4b4359 100644 --- a/protocol/build.gradle.kts +++ b/protocol/build.gradle.kts @@ -3,7 +3,7 @@ plugins { jacoco } -version = "1.21-SNAPSHOT" +version = "1.21-1" description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers." dependencies {