diff --git a/CHANGELOG.md b/CHANGELOG.md index fa264c5..2b67ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ### Added ### Changed +- Upgrading IntelliJ from 2024.1.3 to 2024.1.4 ### Deprecated diff --git a/gradle.properties b/gradle.properties index 8a51eea..6085aff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.chriscarini.jetbrains pluginName = 'sample-notification' # SemVer format -> https://semver.org -pluginVersion = 4.0.3 +pluginVersion = 4.0.4 ## See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html ## for insight into build numbers and IntelliJ Platform versions. @@ -13,7 +13,7 @@ pluginUntilBuild = 241.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl # See https://jb.gg/intellij-platform-builds-list for available build versions -pluginVerifierIdeVersions = 2024.1.3,LATEST-EAP-SNAPSHOT +pluginVerifierIdeVersions = 2024.1.4,LATEST-EAP-SNAPSHOT # Failure Levels: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/src/main/kotlin/org/jetbrains/intellij/tasks/RunPluginVerifierTask.kt pluginVerifierExcludeFailureLevels = @@ -23,7 +23,7 @@ platformType = IC # and https://www.jetbrains.com/intellij-repository/snapshots/ # To use/download EAP add '-EAP-SNAPSHOT' to the version, i.e. 'IU-191.6014.8-EAP-SNAPSHOT' # platformVersion = '201.6668.60-EAP-SNAPSHOT' -platformVersion = 2024.1.3 +platformVersion = 2024.1.4 platformDownloadSources = true # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html