Skip to content

Commit 1c97b47

Browse files
authored
feat: add 2021.3 IDEs compatibility (#29)
1 parent d539491 commit 1c97b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

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

66
group 'tv.codely'
7-
version '2.1.3'
7+
version '2.1.4'
88

99
sourceCompatibility = 1.8
1010

@@ -27,15 +27,15 @@ intellij {
2727
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
2828
patchPluginXml {
2929
sinceBuild '201'
30-
untilBuild '212.*'
30+
untilBuild '213.*'
3131
version project.version
3232

3333
changeNotes """
3434
<ul>
35+
<li>2.1.4 Add support to 2021.3 IDEs</li>
3536
<li>2.1.3 Add support to 2021.2 IDEs</li>
3637
<li>2.1.2 Improve all themes</li>
3738
<li>2.1.1 Fix Codely Dark theme</li>
38-
<li>2.1.0 Add blue theme</li>
3939
</ul>
4040
"""
4141
}

0 commit comments

Comments
 (0)