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