Skip to content

Commit

Permalink
chore: [meta] plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: liucong03 <[email protected]>
  • Loading branch information
liucong03 committed May 4, 2024
1 parent 03e2c05 commit 75acd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.tsonglew"
version = "1.4.4"
version = "1.4.3"

repositories {
mavenCentral()
Expand Down
6 changes: 1 addition & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
<idea-plugin>
<!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
<change-notes><![CDATA[
1.4.4<br>
<ul>
<li> fix usage of scheduled for removal API </li>
<li> fix icon display </li>
</ul>
1.4.3<br>
<ul>
<li> fix usage of scheduled for removal API </li>
<li> fix icon display </li>
</ul>
1.4.2<br>
<ul>
Expand Down

0 comments on commit 75acd9a

Please sign in to comment.