From 29286b9c06f1d2d976ece6716e3e2df1756f6a94 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 6 Oct 2023 10:10:48 +0200 Subject: [PATCH] Change since/until build to `223-233.*` (2022.3-2023.3.*) --- .github/template-cleanup/gradle.properties | 2 +- CHANGELOG.md | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 73f7d20..5181c5e 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 0.0.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 232.* +pluginUntilBuild = 233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC diff --git a/CHANGELOG.md b/CHANGELOG.md index 997cf18..6663298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Changed +- Change since/until build to `223-233.*` (2022.3-2023.3.*) - Dependencies - upgrade `org.jetbrains.intellij` to `1.16.0` - Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.9.10` - Dependencies - upgrade `org.jetbrains.changelog` to `2.2.0` diff --git a/gradle.properties b/gradle.properties index 816d868..f97b4c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ pluginVersion = 1.11.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 232.* +pluginUntilBuild = 233.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC