Skip to content

Commit df8d873

Browse files
authored
feat: add 2022.1 IDEs compatibility (#32)
1 parent 1c97b47 commit df8d873

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

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

99
sourceCompatibility = 1.8
1010

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

3333
changeNotes """
3434
<ul>
35+
<li>2.1.5 Add support to 2022.1 IDEs</li>
3536
<li>2.1.4 Add support to 2021.3 IDEs</li>
3637
<li>2.1.3 Add support to 2021.2 IDEs</li>
3738
<li>2.1.2 Improve all themes</li>

0 commit comments

Comments
 (0)