From cd750db09851c4a5ac66ba63631ce5a4bf742824 Mon Sep 17 00:00:00 2001 From: Inaki Villar Date: Mon, 12 Aug 2019 20:28:21 +0700 Subject: [PATCH] bump version 1.0.3 --- README.md | 4 ++-- talaiot/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee03decb..e01c94e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Talaiot -[ ![Download](https://api.bintray.com/packages/cdsap/maven/talaiot/images/download.svg?version=1.0.2) ](https://bintray.com/cdsap/maven/talaiot/1.0.2/link) +[ ![Download](https://api.bintray.com/packages/cdsap/maven/talaiot/images/download.svg?version=1.0.3) ](https://bintray.com/cdsap/maven/talaiot/1.0.3/link) Talaiot is a simple and extensible plugin targeting teams using Gradle Build System. @@ -51,7 +51,7 @@ maven ( url = uri("http://oss.jfrog.org/artifactory/oss-snapshot-local") ) And the current Snapshot: ```` -classpath("com.cdsap:talaiot:1.0.3-SNAPSHOT") +classpath("com.cdsap:talaiot:1.0.4-SNAPSHOT") ```` ## Basic configuration diff --git a/talaiot/build.gradle.kts b/talaiot/build.gradle.kts index 2c46e1ec..8ba79b7e 100644 --- a/talaiot/build.gradle.kts +++ b/talaiot/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("com.novoda.bintray-release") } -val versionTalaiot = "1.0.3-SNAPSHOT" +val versionTalaiot = "1.0.4-SNAPSHOT" group = "com.cdsap"