Skip to content

Commit f46828a

Browse files
committed
🔖 Bump version
1 parent 912dd9a commit f46828a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.1
4+
5+
- Adopt a new plugin icon
6+
37
### 1.9.0
48

59
- Enhanced color schemes

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.0"
11+
version = "1.9.1"
1212

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import com.intellij.openapi.util.IconLoader
1010
object DraculaNotifications {
1111
private val releaseNote = """
1212
What's New?<br>
13-
- Enhanced color schemes<br>
14-
- Enhanced file status colors<br>
13+
- Adopt a new plugin icon<br>
1514
Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
1615
For premium package, please explore <a href="https://gumroad.com/a/477820019">Dracula PRO</a>.<br>
1716
Thank you for choosing Dracula.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>Dracula Theme</name>
44
<vendor email="[email protected]" url="https://draculatheme.com/">Dracula Official</vendor>
55
<depends>com.intellij.modules.lang</depends>
6-
<idea-version since-build="202.*"/>
6+
<idea-version since-build="202"/>
77
<extensions defaultExtensionNs="com.intellij">
88
<applicationService serviceImplementation="com.draculatheme.jetbrains.settings.DraculaSettings"/>
99
<postStartupActivity implementation="com.draculatheme.jetbrains.activities.DraculaUpdateActivity"/>

0 commit comments

Comments
 (0)