Skip to content

Commit

Permalink
licenser 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Apr 27, 2021
1 parent 3daf959 commit ba9f37a
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.5.1'
id 'org.cadixdev.licenser' version '0.6.0'
}
```

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.0-SNAPSHOT'
version = '0.6.0'
description = 'A simple license header manager for Gradle'

repositories {
Expand Down

0 comments on commit ba9f37a

Please sign in to comment.