Skip to content

Commit

Permalink
Release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed May 31, 2023
1 parent 881a443 commit bfb9f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add this to your `build.gradle` file for Gradle 7+:

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.github.jk1'
version = '2.3'
version = '2.4'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit bfb9f2c

Please sign in to comment.