We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d539491 commit 1c97b47Copy full SHA for 1c97b47
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group 'tv.codely'
7
-version '2.1.3'
+version '2.1.4'
8
9
sourceCompatibility = 1.8
10
@@ -27,15 +27,15 @@ intellij {
27
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
28
patchPluginXml {
29
sinceBuild '201'
30
- untilBuild '212.*'
+ untilBuild '213.*'
31
version project.version
32
33
changeNotes """
34
<ul>
35
+ <li>2.1.4 Add support to 2021.3 IDEs</li>
36
<li>2.1.3 Add support to 2021.2 IDEs</li>
37
<li>2.1.2 Improve all themes</li>
38
<li>2.1.1 Fix Codely Dark theme</li>
- <li>2.1.0 Add blue theme</li>
39
</ul>
40
"""
41
0 commit comments