From af78aa326f1bae96e7ae09c73fcc49cd9790289d Mon Sep 17 00:00:00 2001 From: Zihan Ma Date: Sun, 20 Nov 2022 17:39:59 +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 e3f2a1b..b3238f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.14.2 + +- Fix notification message layout & typo + ## 1.14.1 - Fix welcome window action button background color diff --git a/gradle.properties b/gradle.properties index 8904c46..38c8b1e 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.14.1 +pluginVersion=1.14.2 # 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 b395676..2246c0e 100644 --- a/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt +++ b/src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotification.kt @@ -15,7 +15,7 @@ object DraculaNotification { @Language("HTML") private val whatsNew = """ """.trimIndent()