From 717987094cdb310269e8073afad9b1ddb193288b Mon Sep 17 00:00:00 2001 From: Arham Siddiqui Date: Tue, 13 Feb 2024 23:17:24 -0500 Subject: [PATCH] Bump IntelliJ version support to 241.* --- CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ce220..3ba5fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - N/A +## [1.3.2] - 2024-02-13 + +### Added + +- Bump IntelliJ version support to 241.* + ## [1.3.1] - 2024-02-13 ### Added diff --git a/gradle.properties b/gradle.properties index 0d9ea52..7c2dda6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,11 +4,11 @@ pluginGroup = com.github.arham4.gamecacheconfigplugin pluginName = game-cache-config-plugin pluginRepositoryUrl = https://github.com/shantyps/game-cache-config-plugin # SemVer format -> https://semver.org -pluginVersion = 1.3.1 +pluginVersion = 1.3.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213 -pluginUntilBuild = 233.* +pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC