Skip to content

Commit

Permalink
πŸ”– Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteVermouth committed Mar 28, 2021
1 parent c1076fb commit 6d42b61
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.11.3

- Fixed Android Studio compatibility
- Enhanced VCS Editor Gutter colors

### 1.11.2

- Enhanced Go color scheme
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.draculatheme"
version = "1.11.2"
version = "1.11.3"

compileJava {
sourceCompatibility = 1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ object DraculaNotifications {
@Language("HTML")
private val whatsNew = """
<ul>
<li>Enhanced Go color scheme</li>
<li>Removed JetBrains 2019 series support</li>
<li>Fixed Android Studio compatibility</li>
<li>Enhanced VCS Editor Gutter colors</li>
</ul>
""".trimIndent()

Expand Down

0 comments on commit 6d42b61

Please sign in to comment.