File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' tv.codely'
7- version ' 1.0.2 '
7+ version ' 1.0.3 '
88
99sourceCompatibility = 1.8
1010
@@ -25,10 +25,11 @@ intellij {
2525// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
2626patchPluginXml {
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>
Original file line number Diff line number Diff line change 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[
You can’t perform that action at this time.
0 commit comments