Skip to content

Commit

Permalink
Bump version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wbonnefond committed Mar 27, 2017
1 parent c9a123d commit c77cbb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.wardbonnefond:license-checker:0.1.5'
classpath 'com.wardbonnefond:license-checker:0.1.6'
}
}
Expand Down
2 changes: 1 addition & 1 deletion license-checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compile localGroovy()
}

def pluginVersion = '0.1.5'
def pluginVersion = '0.1.6'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
//maven { url "https://dl.bintray.com/wbonnefond/gradle-plugins/" }
}
dependencies {
classpath 'com.wardbonnefond.licensechecker:license-checker:0.1.5'
classpath 'com.wardbonnefond.licensechecker:license-checker:0.1.6'
}
}

Expand Down

0 comments on commit c77cbb9

Please sign in to comment.