From 17aed31c5814edf5ce3fbdf8e2831e9b7dae23e5 Mon Sep 17 00:00:00 2001 From: Pauline Date: Fri, 3 May 2024 09:04:54 -0400 Subject: [no-ci] update plugin ID in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cffed1..731a946 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # IntelliProcessor ![Build](https://github.com/Polyfrost/IntelliProcessor/workflows/Build/badge.svg) -[![Version](https://img.shields.io/jetbrains/plugin/v/org.polyfrost.sorbet.intelliprocessor.svg)](https://plugins.jetbrains.com/plugin/org.polyfrost.sorbet.intelliprocessor) -[![Downloads](https://img.shields.io/jetbrains/plugin/d/org.polyfrost.sorbet.intelliprocessor.svg)](https://plugins.jetbrains.com/plugin/org.polyfrost.sorbet.intelliprocessor) +[![Version](https://img.shields.io/jetbrains/plugin/v/24289.svg)](https://plugins.jetbrains.com/plugin/24289) +[![Downloads](https://img.shields.io/jetbrains/plugin/d/24289.svg)](https://plugins.jetbrains.com/plugin/24289) An IntelliJ plugin to add support for the ReplayMod [preprocessor syntax](https://github.com/ReplayMod/Preprocessor) -- cgit From a74a15a4a55cedc5aa7507601e8cf7ec3451bde1 Mon Sep 17 00:00:00 2001 From: Pauline Date: Fri, 3 May 2024 09:05:51 -0400 Subject: update CHANGELOG to be more... serious :333333 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e720231..968fa94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] ### Added -- added meowing +- Initial commit to IntelliProcessor IDEA plugin ### fixed -- updated version +- Updated IntelliJ version and refactored code -- cgit From 52c6f9bc2b90f8ff0f63378ff26936a6edf97c65 Mon Sep 17 00:00:00 2001 From: Pauline Date: Fri, 3 May 2024 09:10:03 -0400 Subject: version: bump plugin version to 2.0.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.* -- cgit