Skip to content

Commit

Permalink
Release version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-gh committed Feb 27, 2016
1 parent 04ab164 commit 2278369
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 @@ -20,7 +20,7 @@ For a simple project you only need to apply the licenser plugin to your project:

```gradle
plugins {
id 'net.minecrell.licenser' version '0.1.1'
id 'net.minecrell.licenser' version '0.1.2'
}
```

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

id 'net.minecrell.licenser' version '0.1.1'
id 'net.minecrell.licenser' version '0.1.2'
}

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

sourceCompatibility = '1.6'
Expand Down

0 comments on commit 2278369

Please sign in to comment.