Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Jul 30, 2023
1 parent 28e7fa6 commit 44e96e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.15.0

- Fix new notification window colors
- Fix tool window button selected background color

## 1.14.3

- Fix hash color in Tree View
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.14.3
pluginVersion=1.15.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=232.8660.185, 231.9392.1, 223.8836.41, 222.4554.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ object DraculaNotification {
@Language("HTML")
private val whatsNew = """
<ul>
<li>Fix hash color in Tree View</li>
<li>Fix new notification window colors</li>
<li>Fix tool window button selected background color</li>
</ul>
""".trimIndent()

Expand Down

0 comments on commit 44e96e5

Please sign in to comment.