Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpherV committed Sep 5, 2019
1 parent b6863ea commit 0d7b3af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compileJava {
}

group 'gitflow4idea'
version '0.6.9'
version '0.7.0'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -29,7 +29,7 @@ intellij {
patchPluginXml {
pluginId "Gitflow"
pluginDescription 'Git Flow Integration'
version '0.6.9'
version '0.7.0'
sinceBuild '182.0'
untilBuild '192.*'
changeNotes """
Expand Down

0 comments on commit 0d7b3af

Please sign in to comment.