Skip to content

Commit 25c32e0

Browse files
committed
πŸ”– Bump version
1 parent e31c1fc commit 25c32e0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
### 1.10.2
4+
5+
- Regressed combobox foreground
6+
- Pick a lighter color for separator
7+
38
### 1.10.1
49

510
- Enhanced a bunch of UI components:

β€Ž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.10.1"
10+
version = "1.10.2"
1111

1212
repositories {
1313
mavenCentral()

β€Žsrc/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.ktβ€Ž

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ object DraculaNotifications {
1313
private val releaseNote = """
1414
What's New?<br>
1515
<ul>
16-
<li>Enhanced a bunch of UI components</li>
16+
<li>Regressed combobox foreground</li>
17+
<li>Pick a lighter color for separator</li>
1718
</ul>
1819
Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
1920
For premium package, check out <a href="https://gumroad.com/a/477820019">Dracula PRO</a>.<br>
20-
Helpful? Consider <a href="https://github.com/dracula/jetbrains">STAR</a> this project.<br>
21+
Enjoy this theme? Consider <a href="https://github.com/dracula/jetbrains">STAR</a> this project.<br>
2122
Thank you for choosing Dracula.
2223
""".trimIndent()
2324

@@ -39,7 +40,7 @@ object DraculaNotifications {
3940
fun notifyFirstlyDownloaded(project: Project) {
4041
NotificationGroupManager.getInstance().getNotificationGroup(notificationGroupID)
4142
.createNotification(
42-
title = "Dracula Theme v${DraculaMeta.currentVersion} is installed successfully",
43+
title = "Dracula Theme v${DraculaMeta.currentVersion} is installed",
4344
content = """
4445
Dracula Theme is fully open-source. If this theme is helpful to you, consider <a href="https://github.com/dracula/jetbrains">STAR</a> this project.
4546
Thank you for choosing Dracula.

0 commit comments

Comments
Β (0)