Skip to content

Commit 239c697

Browse files
committed
🔖Bump version
1 parent 478183e commit 239c697

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
### 1.9.7 (unreleased)
3+
### 1.10.0
44

5-
- Enhanced welcome window projects action buttons
5+
- Enhanced UI details of:
6+
- SidePanel
7+
- Welcome window
68

79
### 1.9.6
810

build.gradle.kts

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

99
group = "com.draculatheme"
10-
version = "1.9.7"
10+
version = "1.10.0"
1111

1212
repositories {
1313
mavenCentral()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object DraculaNotifications {
1111
private val releaseNote = """
1212
What's New?<br>
1313
<ul>
14-
<li>Enhanced welcome window projects action buttons</li>
14+
<li>Enhanced UI details</li>
1515
</ul>
1616
Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
1717
For premium package, check out <a href="https://gumroad.com/a/477820019">Dracula PRO</a>.<br>

0 commit comments

Comments
 (0)