Skip to content

Commit

Permalink
Add support for IDEs 2019.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Sep 17, 2019
1 parent b97ac17 commit 03d2f8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'tv.codely'
version '1.0.2'
version '1.0.3'

sourceCompatibility = 1.8

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

changeNotes """
<ul>
<li>1.0.3 Compatibility with IDEs 2019.3.</li>
<li>1.0.2 Better contrast for all colors.</li>
<li>1.0.1 Improve colors and add retrocompatibility.</li>
<li>1.0.0 First version.</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>tv.codely.codelytv-theme</id>
<name>CodelyTV Theme</name>
<version>1.0.2</version>
<version>1.0.3</version>
<vendor email="soporte@codely.tv" url="https://codely.tv">CodelyTV</vendor>

<description><![CDATA[
Expand Down

0 comments on commit 03d2f8c

Please sign in to comment.