diff options
author | Pauline <git@ethanlibs.co> | 2024-05-03 16:08:24 +0200 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2024-05-03 16:08:24 +0200 |
commit | 3b3e982c16a530b3d6428fec7b2bebce5afb3b55 (patch) | |
tree | f5233860c37d1c9e7c3eade505f0a9525268973c | |
parent | f07970b95cea4a6dc806c0ad5c471cb548e12340 (diff) | |
parent | 52c6f9bc2b90f8ff0f63378ff26936a6edf97c65 (diff) | |
download | IntelliProcessor-3b3e982c16a530b3d6428fec7b2bebce5afb3b55.tar.gz IntelliProcessor-3b3e982c16a530b3d6428fec7b2bebce5afb3b55.tar.bz2 IntelliProcessor-3b3e982c16a530b3d6428fec7b2bebce5afb3b55.zip |
Merge branch 'main' of github.com:Polyfrost/IntelliProcessor
-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.* |