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 94f980c commit 22594caCopy full SHA for 22594ca
README.md
@@ -5,7 +5,7 @@
5
### Available @ [JetBrains Plugins Repository][4]
6
7
Looking for the latest **plugin binaries**? Get them [here][1] as `.zip`
8
-<small>Supported IDE versions: `192.*` to `201.*` (both inclusive)</small>
+<small>Supported IDE versions: `192.*` to `203.*` (both inclusive)</small>
9
10
-----
11
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
group 'com.github.lppedd'
-version '0.2.4'
+version '0.2.5'
sourceCompatibility = JavaVersion.VERSION_14
change_notes/0_2_5.html
@@ -0,0 +1,8 @@
1
+<h3>0.2.5 (02/10/2020)</h3>
2
+<p>
3
+ Eighth alpha release.
+ Build changes
+</p>
+<ul>
+ <li>Moved compatibility up to IDEA 2020.3</li>
+</ul>
0 commit comments