diff --git a/CHANGELOG.md b/CHANGELOG.md index 30219a7..68e8677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.14.0 + +- Fix welcome window project color + ## 1.13.3 - Fix variable occurrences background color diff --git a/gradle.properties b/gradle.properties index 1e0ca82..748f043 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.caching=true # -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html pluginGroup=com.draculatheme pluginName=Dracula Theme -pluginVersion=1.13.3 +pluginVersion=1.14.0 # 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=222.4345.14, 221.6008.13 diff --git a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt index 0af3bc2..9d8f583 100644 --- a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt +++ b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt @@ -12,7 +12,7 @@ object DraculaNotification { @Language("HTML") private val whatsNew = """ """.trimIndent()