Skip to content

Commit 03d2f8c

Browse files
committed
Add support for IDEs 2019.3
1 parent b97ac17 commit 03d2f8c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'tv.codely'
7-
version '1.0.2'
7+
version '1.0.3'
88

99
sourceCompatibility = 1.8
1010

@@ -25,10 +25,11 @@ intellij {
2525
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
2626
patchPluginXml {
2727
sinceBuild '191'
28-
untilBuild '192.*'
28+
untilBuild '193.*'
2929

3030
changeNotes """
3131
<ul>
32+
<li>1.0.3 Compatibility with IDEs 2019.3.</li>
3233
<li>1.0.2 Better contrast for all colors.</li>
3334
<li>1.0.1 Improve colors and add retrocompatibility.</li>
3435
<li>1.0.0 First version.</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>tv.codely.codelytv-theme</id>
33
<name>CodelyTV Theme</name>
4-
<version>1.0.2</version>
4+
<version>1.0.3</version>
55
<vendor email="[email protected]" url="https://codely.tv">CodelyTV</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)