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 ff993f2 commit 4932cbdCopy full SHA for 4932cbd
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
10
group = "com.gitlab.lae.intellij.actions.tree"
11
12
-version = "0.7.1-SNAPSHOT"
+version = "0.7.1"
13
14
repositories {
15
mavenCentral()
src/main/resources/META-INF/plugin.xml
@@ -18,6 +18,11 @@
18
19
<change-notes><![CDATA[
20
<br/>
21
+ 0.7.1
22
+ <ul>
23
+ <li>Compatibility update for newer versions of IntelliJ.</li>
24
+ </ul>
25
+
26
0.7
27
<ul>
28
<li>Match IntelliJ's new UI style.</li>
0 commit comments