Skip to content

Commit

Permalink
Release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Jun 28, 2023
1 parent 396e4ae commit 5e273f9
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.4'
id 'com.github.jk1.dependency-license-report' version '2.5'
}
```

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.4'
version = '2.5'

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

0 comments on commit 5e273f9

Please sign in to comment.