Skip to content

Commit 7c4813f

Browse files
committed
🐛 Fix 2020.3 compatibility
1 parent e557b86 commit 7c4813f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
### 1.8.3
4+
5+
- Fix 2020.3 compatibility issue
6+
- Dracula
7+
- Use raw comment color
8+
39
### 1.8.2
410

511
- Dracula Colorful

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ repositories {
77
}
88

99
group = "com.vermouthx"
10-
version = "1.8.2"
10+
version = "1.8.3"
1111

1212
intellij {
1313
version = "2020.1"
1414
}
1515

1616
tasks {
1717
patchPluginXml {
18-
sinceBuild("193")
19-
untilBuild("202.*")
18+
sinceBuild("201")
19+
untilBuild("203.*")
2020

2121
val changelogFile = file("${project.buildDir}/CHANGELOG.html")
2222
val readmeFile = file("${project.buildDir}/README.html")

0 commit comments

Comments
 (0)