diff options
author | Pauline <git@ethanlibs.co> | 2024-05-03 09:10:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 09:10:03 -0400 |
commit | 52c6f9bc2b90f8ff0f63378ff26936a6edf97c65 (patch) | |
tree | e4275df5a4ad10e650dab743916b6964eb3d0d4b | |
parent | a74a15a4a55cedc5aa7507601e8cf7ec3451bde1 (diff) | |
download | IntelliProcessor-52c6f9bc2b90f8ff0f63378ff26936a6edf97c65.tar.gz IntelliProcessor-52c6f9bc2b90f8ff0f63378ff26936a6edf97c65.tar.bz2 IntelliProcessor-52c6f9bc2b90f8ff0f63378ff26936a6edf97c65.zip |
version: bump plugin version to 2.0.0
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index e0cc99b..d347574 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ pluginGroup=org.polyfrost.sorbet.intelliprocessor pluginName=IntelliProcessor pluginRepositoryUrl=https://github.com/Polyfrost/IntelliProcessor -pluginVersion=1.0.2 +pluginVersion=2.0.0 pluginSinceBuild=223 pluginUntilBuild=241.* |