From 561ad4de6f53227ec5e4f40baa2f13c1a57d5108 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 17 Nov 2024 17:11:54 +0100 Subject: [PATCH] [ci skip] Update version to 3.0.0 Incremented project version from 2.1.2 to 3.0.0 in build.gradle.kts. This major version change likely indicates significant updates or breaking changes in the API functionality. --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 4d343ba..4a01b41 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "net.thenextlvl.protect" -version = "2.1.2" +version = "3.0.0" java { toolchain.languageVersion = JavaLanguageVersion.of(21)