From 322bd66cb8738445a3aa598bb47e8ffec6c1dc27 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 21 May 2024 19:46:46 +0200 Subject: [PATCH] Add 2024.2 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 bd607a2..f296ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### Unreleased +- Added 2024.2 Build Support + #### 5.10.0 - Added 2024.1 Build Support diff --git a/build.gradle b/build.gradle index 97ab09e..f1fd30a 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('241.*') + untilBuild.set('242.*') 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 7358fc6..d3bae80 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.