diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c918a1..30219a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.13.3 + +- Fix variable occurrences background color + ## 1.13.2 - Pick less disruptive indent-guide color diff --git a/gradle.properties b/gradle.properties index 470de04..e889460 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.2 +pluginVersion=1.13.3 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=211 diff --git a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt index 786bc5f..ff9d342 100644 --- a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt +++ b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt @@ -13,8 +13,7 @@ object DraculaNotification { @Language("HTML") private val whatsNew = """ """.trimIndent()