From 21eeec233924368017c02405011111fbebf0c899 Mon Sep 17 00:00:00 2001 From: Zihan Ma Date: Thu, 13 Oct 2022 00:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- .../jetbrains/notifications/DraculaNotification.kt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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()