Skip to content

Commit

Permalink
Up build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigTows committed Apr 20, 2022
1 parent abd02a2 commit c2f66da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.bigtows'
version '2.1.1'
version '2.1.2'

sourceCompatibility = 11

Expand Down Expand Up @@ -41,15 +41,14 @@ jar {

patchPluginXml {
changeNotes """
<h1>Release: 2.1.1</h1><br>
<h1>Release: 2.1.2</h1><br>
<ul>
<li>
New feature: Nope :(
Just fix Exception <a href="https://github.com/BigTows/PinNote/issues/30">Issues ref</a>
new Idea core build support.
</li>
</ul>
"""
//https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html?search=build
sinceBuild "202.*"
untilBuild "213.*"
untilBuild "221.*"
}

0 comments on commit c2f66da

Please sign in to comment.