Skip to content

Commit

Permalink
Remove background of the plugin icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hdescottes committed Mar 13, 2024
1 parent 6af0330 commit 5b189a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.plugin"
version = "1.1"
version = "1.2"

repositories {
mavenCentral()
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.plugin.samusprogressbar</id>
<name>Samus Progress Bar</name>
<version>1.1</version>
<version>1.2</version>
<idea-version since-build="231"/>
<vendor email="">Hugo DESCOTTES</vendor>

Expand All @@ -16,6 +16,7 @@
]]></description>

<change-notes><![CDATA[
<em>1.2 Remove background of the plugin icon</em><br>
<em>1.1 Fix minor requests for release</em><br>
<em>1.0 Creation of the Samus Progress Bar Project</em><br>
]]>
Expand Down

0 comments on commit 5b189a2

Please sign in to comment.