diff --git a/.idea/modules/delivery-sdk-java.iml b/.idea/modules/delivery-sdk-java.iml index 70bc43a8..217e9a0d 100644 --- a/.idea/modules/delivery-sdk-java.iml +++ b/.idea/modules/delivery-sdk-java.iml @@ -1,5 +1,5 @@ - + diff --git a/.idea/modules/delivery-sdk-java_main.iml b/.idea/modules/delivery-sdk-java_main.iml index 580e51d2..179d6af4 100644 --- a/.idea/modules/delivery-sdk-java_main.iml +++ b/.idea/modules/delivery-sdk-java_main.iml @@ -1,5 +1,5 @@ - + @@ -21,9 +21,9 @@ - - + + diff --git a/.idea/modules/delivery-sdk-java_test.iml b/.idea/modules/delivery-sdk-java_test.iml index 8ff312bc..a8686bf7 100644 --- a/.idea/modules/delivery-sdk-java_test.iml +++ b/.idea/modules/delivery-sdk-java_test.iml @@ -1,5 +1,5 @@ - + diff --git a/README.md b/README.md index 4f8c8450..1e5519e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Javadocs](http://javadoc.io/badge/com.kenticocloud/delivery-sdk-java.svg)](http://javadoc.io/doc/com.kenticocloud/delivery-sdk-java) [![SonarQube](http://img.shields.io/badge/SonarQube-Results-blue.svg)](https://sonarcloud.io/dashboard?id=com.kenticocloud%3Adelivery-sdk-java) -[![MavenCentral](http://img.shields.io/badge/Maven_Central-1.0.5-yellow.svg)](https://oss.sonatype.org/content/groups/public/com/kenticocloud/delivery-sdk-java/) +[![MavenCentral](http://img.shields.io/badge/Maven_Central-1.0.6-yellow.svg)](https://oss.sonatype.org/content/groups/public/com/kenticocloud/delivery-sdk-java/) [![Forums](https://img.shields.io/badge/chat-on%20forums-orange.svg)](https://forums.kenticocloud.com) ## Summary @@ -20,7 +20,7 @@ repositories { } dependencies { - compile('com.kenticocloud:delivery-sdk-java:1.0.5') + compile('com.kenticocloud:delivery-sdk-java:1.0.6') } ``` @@ -29,7 +29,7 @@ Or via your Maven POM: com.kenticocloud delivery-sdk-java - 1.0.5 + 1.0.6 ``` @@ -228,7 +228,7 @@ android { dependencies { ... - implementation 'com.kenticocloud:delivery-sdk-android:1.0.5' + implementation 'com.kenticocloud:delivery-sdk-android:1.0.6' } ``` diff --git a/build.gradle b/build.gradle index 74a27fde..3a780f47 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.kenticocloud' -version '1.0.6-SNAPSHOT' +version '1.0.6' ext.isContinuousIntegrationBuild = System.getenv('CONTINUOUS_INTEGRATION') != null ? System.getenv('CONTINUOUS_INTEGRATION').toBoolean() : false ext.repositoryHost = isContinuousIntegrationBuild ? "maven.org" : "localBuild"