From 53a8a99e1a65f98b076f83445e193630b23d19fa Mon Sep 17 00:00:00 2001 From: Minecrell Date: Thu, 18 Aug 2016 20:59:47 +0200 Subject: [PATCH] Release version 0.8.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2d3093..4ce6e13 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ the PATH is required for it to run. ```gradle plugins { - id 'net.minecrell.gitpatcher' version '' + id 'net.minecrell.gitpatcher' version '0.8.1' } ``` 3. Configure gitpatcher: diff --git a/build.gradle b/build.gradle index 9ca6be9..817ebd1 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { } group = 'net.minecrell' -version = '0.8.1-SNAPSHOT' +version = '0.8.1' description = 'A Gradle plugin to manage patches for Git repositories' sourceCompatibility = 1.6