Skip to content

Commit

Permalink
0.7.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Apr 8, 2018
1 parent e5d3c27 commit e912ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `build.gradle` file:

```groovy
plugins {
id 'com.github.jk1.dependency-license-report' version '0.7'
id 'com.github.jk1.dependency-license-report' version '0.7.1'
}
```

Expand All @@ -32,7 +32,7 @@ buildscript {
}
dependencies {
classpath 'gradle.plugin.com.github.jk1:gradle-license-report:0.7'
classpath 'gradle.plugin.com.github.jk1:gradle-license-report:0.7.1'
}
}
apply plugin: 'com.github.jk1.dependency-license-report'
Expand Down Expand Up @@ -280,7 +280,7 @@ repositories {
}
dependencies {
compile 'gradle.plugin.com.github.jk1:gradle-license-report:0.7'
compile 'gradle.plugin.com.github.jk1:gradle-license-report:0.7.1'
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins{
}

group = "com.github.jk1"
version = "0.7"
version = "0.7.1"

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit e912ea4

Please sign in to comment.