Skip to content

Commit

Permalink
chore(plugin): Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Apr 29, 2021
1 parent 6f46f66 commit cb12eec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "varme.pw"
version = "1.0.6"
version = "1.0.7"

repositories {
mavenCentral()
Expand All @@ -24,6 +24,11 @@ tasks.getByName<Test>("test") {
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
changeNotes("""
<h3>v1.0.7</h3>
<ul>
<li>Changed DragAndDrop area background</li>
<li>Fix Server mapping background</li>
</ul>
<h3>v1.0.6</h3>
<ul>
<li>Fix Golang color</li>
Expand Down

0 comments on commit cb12eec

Please sign in to comment.