Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Oct 12, 2021
1 parent a63aca8 commit 79b373d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "varme.pw"
version = "1.0.9"
version = "1.1.0"

sourceCompatibility = 11

Expand All @@ -20,6 +20,10 @@ intellij {

patchPluginXml {
changeNotes = """
<h3>v1.1.0</h3>
<ul>
<li>Changed Get from VCS window selection background</li>
</ul>
<h3>v1.0.9</h3>
<ul>
<li>Changed Popups and Hints background completion</li>
Expand Down

0 comments on commit 79b373d

Please sign in to comment.