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 252df96 commit 3446be5Copy full SHA for 3446be5
gradle.properties
@@ -2,7 +2,7 @@ ideaVersion=IC-2023.2.4
2
# build number ranges
3
# https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
4
sinceIdeaBuild=211
5
-projectVersion=0.8.1-SNAPSHOT
+projectVersion=0.8.1.Final
6
jetBrainsToken=invalid
7
jetBrainsChannel=stable
8
intellijPluginVersion=1.16.0
src/main/resources/META-INF/plugin.xml
@@ -9,6 +9,10 @@
9
]]></description>
10
11
<change-notes><![CDATA[
12
+ <h3>0.8.1.Final</h3>
13
+ <ul>
14
+
15
+</ul>
16
<h3>0.8.0.Final</h3>
17
<p>Version 0.8.0 primarily fixes small issues that allow intellij-rsp to work with newer versions of intelliJ.</p>
18
<ul>
0 commit comments