Skip to content

Commit 6515682

Browse files
committed
update version
1 parent bd308d0 commit 6515682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val jbAnnotVersion = "26.0.2"
1313
// https://youtrack.jetbrains.com/articles/IDEA-A-2100661679/IntelliJ-IDEA-2023.3-Latest-Builds
1414
// NOTE: Latest-Builds 233
1515
lazy val intellijVersion = "252.25557.131"
16-
lazy val pluginVersion = s"0.8.4-$intellijVersion"
16+
lazy val pluginVersion = s"0.8.4"
1717

1818
ThisBuild / version := pluginVersion
1919

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
<change-notes>
140140
<![CDATA[
141-
<h1>0.8.4-252.25557.131</h1>
141+
<h1>0.8.4</h1>
142142
<ul>
143143
<li>Fix Scala Native/Js Go to dependency .</li>
144144
</ul>

0 commit comments

Comments
 (0)