Skip to content

Commit

Permalink
Release version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Jul 1, 2018
1 parent 0f22f6e commit 93e8879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 'net.minecrell.licenser' version '0.3'
id 'net.minecrell.licenser' version '0.4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
id 'maven-publish'
id 'com.gradle.plugin-publish' version '0.9.10'

id 'net.minecrell.licenser' version '0.3'
id 'net.minecrell.licenser' version '0.4'
}

group = 'net.minecrell'
version = '0.4-SNAPSHOT'
version = '0.4'
description = 'A simple license header manager for Gradle'

sourceCompatibility = '1.6'
Expand Down

0 comments on commit 93e8879

Please sign in to comment.