diff --git a/README.md b/README.md index 16de62c..8837c82 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/build.gradle b/build.gradle index 9814a4b..9f79f31 100644 --- a/build.gradle +++ b/build.gradle @@ -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'