From 8a7e345a04a7243ad9124a5b9a7cdf7c6bbccd9f Mon Sep 17 00:00:00 2001 From: Matthias Simon Date: Wed, 7 Dec 2016 09:41:04 +0000 Subject: [PATCH] switch version tag to 0.0.5 --- README.md | 4 ++-- build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53df7be..afd8e03 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ buildscript { } } dependencies { - classpath "gradle.plugin.de.infonautika.postman:postman-runner:0.0.4" + classpath "gradle.plugin.de.infonautika.postman:postman-runner:0.0.5" } } @@ -29,7 +29,7 @@ For newer gradle versions: ```groovy plugins { - id "de.infonautika.postman" version "0.0.4" + id "de.infonautika.postman" version "0.0.5" } ``` diff --git a/build.gradle b/build.gradle index 07f9373..a7a1fce 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group = 'de.infonautika.postman' -version = '0.0.4' +version = '0.0.5' allprojects { repositories { @@ -84,7 +84,7 @@ bintray { name = "${project.version}" desc = 'Gradle plugin to run postman' released = new Date() - vcsTag = '0.0.4' + vcsTag = '0.0.5' } } } @@ -101,4 +101,4 @@ pluginBundle { displayName = 'Gradle plugin to run postman' } } -} \ No newline at end of file +}