Skip to content

Commit

Permalink
Decreased minimum IDE version required
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarvan committed Mar 1, 2022
1 parent fe91345 commit 633074f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.litarvan'
version '1.0.1'
version '1.0.2'

sourceCompatibility = 11
targetCompatibility = 11
Expand All @@ -26,7 +26,11 @@ intellij {

patchPluginXml {
changeNotes = """
v1.0.1: Now indenting 'else' blocs, and not putting spaces after '-' anymore"""
<ul>
<li>v1.0.1: Now indenting 'else' blocs, and not putting spaces after '-' anymore</li>
<li>v1.0.2: Decreased minimum IDE version required</li>
</ul>"""
sinceBuild = '210.1.1'
}

test {
Expand Down

0 comments on commit 633074f

Please sign in to comment.