Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
OpherV committed Aug 18, 2021
1 parent a2451ba commit ea17872
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compileJava {
}

group 'gitflow4idea'
version '0.7.6'
version '0.7.7'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -22,18 +22,23 @@ dependencies {
}

intellij {
version '2021.1'
version '2021.2'
plugins 'git4idea', 'tasks'
}

patchPluginXml {
pluginId "Gitflow"
pluginDescription 'Git Flow Integration'
version '0.7.6'
sinceBuild '211.0'
untilBuild '211.*'
version '0.7.7'
sinceBuild '212.0'
untilBuild '212.*'
changeNotes """
<H2>Changelog for 0.7.7</H2>
<ul>
<li>Support for 2021.2 build</li>
</ul>
<H2>Changelog for 0.7.6</H2>
<ul>
<li>Fix "Error using shortcuts" #322</li>
Expand Down

0 comments on commit ea17872

Please sign in to comment.