Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Dec 28, 2021
1 parent 254444e commit 5307b5d
Show file tree
Hide file tree
Showing 3 changed files with 7 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.12.3

- Fixed Bookmark Icon Background [#66](https://github.com/dracula/jetbrains/issues/66)

## 1.12.2

- Support JetBrains 2021.3 series
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.caching=true
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.draculatheme
pluginName=Dracula Theme
pluginVersion=1.12.2
pluginVersion=1.12.3
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=203
pluginUntilBuild=213.*
# 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=203.6682.168, 211.6693.111, 212.4746.92
pluginVerifierIdeVersions=203.8084.24, 211.7628.21, 212.5712.43, 213.5744.223
# Plugin Build Platform
platformType=IC
platformVersion=2020.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object DraculaNotification {
@Language("HTML")
private val whatsNew = """
<ul>
<li>Support JetBrains 2021.3 series</li>
<li>Fixed Bookmark Icon Background</li>
</ul>
""".trimIndent()

Expand Down

0 comments on commit 5307b5d

Please sign in to comment.