Skip to content

Commit 6e73b6b

Browse files
committed
licenser 0.6.1
1 parent 50d658c commit 6e73b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For a simple project you only need to apply the licenser plugin to your project:
1313

1414
```gradle
1515
plugins {
16-
id 'org.cadixdev.licenser' version '0.6.0'
16+
id 'org.cadixdev.licenser' version '0.6.1'
1717
}
1818
```
1919

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceCompatibility = '1.8'
1111
targetCompatibility = '1.8'
1212

1313
group = 'org.cadixdev.gradle'
14-
version = '0.6.1-SNAPSHOT'
14+
version = '0.6.1'
1515
description = 'A simple license header manager for Gradle'
1616

1717
repositories {

0 commit comments

Comments
 (0)