From f0d208b057ed5c128c5ffea0dbd6ece486ddebcc Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Thu, 18 Jan 2024 15:05:42 +0100 Subject: [PATCH] Add 2024.1 Build Support --- CHANGELOG.md | 2 ++ build.gradle | 2 +- src/main/kotlin/com/markskelton/notification/Notifications.kt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9d39a..17e6b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### Unreleased +- Added 2024.1 Build Support + #### 5.9.0 - Added 2023.3 Build Support diff --git a/build.gradle b/build.gradle index 850c005..6c19fbb 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ tasks.runPluginVerifier { tasks.patchPluginXml { version.set(projectVersion) sinceBuild.set('203.7148.57') - untilBuild.set('233.*') + untilBuild.set('241.*') def changelogPath = "$projectDir/build/html/CHANGELOG.html" def readmePath = "$projectDir/build/html/README.html" diff --git a/src/main/kotlin/com/markskelton/notification/Notifications.kt b/src/main/kotlin/com/markskelton/notification/Notifications.kt index bd3db2d..7358fc6 100644 --- a/src/main/kotlin/com/markskelton/notification/Notifications.kt +++ b/src/main/kotlin/com/markskelton/notification/Notifications.kt @@ -13,7 +13,7 @@ import org.intellij.lang.annotations.Language val UPDATE_MESSAGE: String = """ What's New?

Please see the Changelog for more details.