From 586a345a68f4b67a4d4f376069450166e843f14c Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 14 Aug 2024 14:30:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20bump=20version=20to=20v?= =?UTF-8?q?3.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pauline --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 08ef9dc..a2b3ee3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ pluginGroup = org.polyfrost.sorbet.intelliprocessor pluginName = IntelliProcessor pluginRepositoryUrl = https://github.com/Polyfrost/IntelliProcessor -pluginVersion = 2.1.0 +pluginVersion = 3.0.0 pluginSinceBuild = 233 pluginUntilBuild = 242.*