Skip to content

Commit

Permalink
licenser 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Jun 17, 2021
1 parent 50d658c commit 6e73b6b
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 @@ -13,7 +13,7 @@ For a simple project you only need to apply the licenser plugin to your project:

```gradle
plugins {
id 'org.cadixdev.licenser' version '0.6.0'
id 'org.cadixdev.licenser' version '0.6.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = '1.8'
targetCompatibility = '1.8'

group = 'org.cadixdev.gradle'
version = '0.6.1-SNAPSHOT'
version = '0.6.1'
description = 'A simple license header manager for Gradle'

repositories {
Expand Down

0 comments on commit 6e73b6b

Please sign in to comment.