diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | gradle.properties | 2 |
3 files changed, 5 insertions, 5 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 @@ -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) <!-- plugin description --> An IntelliJ plugin to add support for the ReplayMod [preprocessor syntax](https://github.com/ReplayMod/Preprocessor) 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.* |