From ea8b7d0634f27a459c3f0f29a0dbe2b9f26e3db3 Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Wed, 18 Nov 2015 14:56:04 +0300 Subject: [PATCH] Prepare for release. * Bump versions. * Change licence name. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8cc40d9..8251fac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,8 +13,8 @@ MIN_SDK_VERSION=11 TARGET_SDK_VERSION=23 # Current library version -VERSION_NAME=0.0.2 -VERSION_CODE=2 +VERSION_NAME=0.0.3 +VERSION_CODE=3 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=23.1.0 @@ -34,7 +34,7 @@ POM_URL=https://github.com/ivbaranov/RxBluetooth POM_SCM_URL=https://github.com/ivbaranov/RxBluetooth POM_SCM_CONNECTION=scm:git@github.com:ivbaranov/RxBluetooth.git POM_SCM_DEV_CONNECTION=scm:git@github.com:ivbaranov/RxBluetooth.git -POM_LICENCE_NAME=The Apache Software License, Version 2.0 +POM_LICENCE_NAME=Apache-2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo POM_DEVELOPER_ID=ivbaranov