Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Jul 2, 2022
1 parent 247708d commit 31f182a
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.13.2

- Pick less disruptive indent-guide color
- Fix identifier-under-caret error-stripe-mark color

## 1.13.1

- Fix compatibility issue
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.13.1
pluginVersion=1.13.2
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=211
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ object DraculaNotification {
@Language("HTML")
private val whatsNew = """
<ul>
<li>Fix compatibility issue</li>
<li>Pick less disruptive indent-guide color</li>
<li>Fix identifier-under-caret error-stripe-mark color</li>
</ul>
""".trimIndent()

Expand Down

0 comments on commit 31f182a

Please sign in to comment.