From ba4ae3f10cd209382258b6065fa8292d78d6ed7b Mon Sep 17 00:00:00 2001 From: Joe Roskopf <7951665+j-roskopf@users.noreply.github.com> Date: Sat, 28 Feb 2026 20:42:06 -0600 Subject: [PATCH] min as 253 --- CHANGELOG.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd741bb..0da0838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Module Maker Changelog -## [1.2.2] -- Update min version to 252 +## [1.2.3] +- Update min version to 253 ## [1.2.0] - Fix startup issue on Windows diff --git a/gradle.properties b/gradle.properties index 63e0e1b..8bfec7e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,13 +4,13 @@ pluginGroup = com.joetr.modulemaker pluginName = ModuleMaker pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin # SemVer format -> https://semver.org -pluginVersion = 1.2.2 +pluginVersion = 1.2.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # Branch numbers are based on the YYYY.R IDE release version numbers. # The branch number takes the last two digits of the year and the R release number. # For example, 231 for 2023.1, 232 for 2023.2, and 233 for 2023.3. -pluginSinceBuild = 252 +pluginSinceBuild = 253 # pluginUntilBuild = # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension