Skip to content

Commit 4c1fc77

Browse files
committed
🔖 Bump version
1 parent 1ead065 commit 4c1fc77

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.9.4
4+
5+
- Make TODO comment distinguishable
6+
37
### 1.9.3
48

59
- Refine Table UI color

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.draculatheme"
11-
version = "1.9.3"
11+
version = "1.9.4"
1212

1313
tasks.withType<JavaCompile> {
1414
sourceCompatibility = "1.8"

src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object DraculaNotifications {
1212
private val releaseNote = """
1313
What's New?<br>
1414
<ul>
15-
<li>Enhanced UI colors</li>
15+
<li>Make TODO comment distinguishable</li>
1616
</ul>
1717
Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
1818
For premium package, please explore <a href="https://gumroad.com/a/477820019">Dracula PRO</a>.<br>

0 commit comments

Comments
 (0)