Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Apr 13, 2024
1 parent 9f7bc08 commit a567af7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.16.0

- Fix compatibility issue

## 1.15.2

- Force switch to correspond editor color when toggle UI to Dracula
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.2
pluginVersion=1.16.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=241.14494.240, 233.15026.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ object DraculaNotification {
@Language("HTML")
private val whatsNew = """
<ul>
<li>Force switch to correspond editor color when toggle UI to Dracula</li>
<li>Fix compatibility issue</li>
</ul>
""".trimIndent()

@Language("HTML")
private val releaseNote = """
<p>What's New?</p>
$whatsNew
""".trimIndent()

Expand Down

0 comments on commit a567af7

Please sign in to comment.