We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c97b47 commit df8d873Copy full SHA for df8d873
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'tv.codely'
7
-version '2.1.4'
+version '2.1.5'
8
9
sourceCompatibility = 1.8
10
@@ -27,11 +27,12 @@ intellij {
27
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
28
patchPluginXml {
29
sinceBuild '201'
30
- untilBuild '213.*'
+ untilBuild '221.*'
31
version project.version
32
33
changeNotes """
34
<ul>
35
+ <li>2.1.5 Add support to 2022.1 IDEs</li>
36
<li>2.1.4 Add support to 2021.3 IDEs</li>
37
<li>2.1.3 Add support to 2021.2 IDEs</li>
38
<li>2.1.2 Improve all themes</li>
0 commit comments