From 67510cf81fe917e1700aba8875fa13bd26d041d6 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Thu, 28 Mar 2019 00:23:27 +0100 Subject: [PATCH] Prepare for release 0.2.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 122a954..c1ceb33 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ into your root project `build.gradle` file: ```groovy allProjects { ext { - blescancoroutines_version = '0.1.0-alpha1' + blescancoroutines_version = '0.2.0' } } ``` diff --git a/build.gradle b/build.gradle index a10085c..3cca512 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ allprojects { // Libraries groupId = "com.beepiz.blescancoroutines" - library_version = "0.2.0-SNAPSHOT" + library_version = "0.2.0" isSnapshot = library_version.endsWith("-SNAPSHOT") isRelease = !isSnapshot