Skip to content

Commit

Permalink
Releasing 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aweigold committed Feb 8, 2018
1 parent a62d315 commit da8aac2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/delivery-sdk-java.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/modules/delivery-sdk-java_main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/delivery-sdk-java_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +20,7 @@ repositories {
}
dependencies {
compile('com.kenticocloud:delivery-sdk-java:1.0.5')
compile('com.kenticocloud:delivery-sdk-java:1.0.6')
}
```

Expand All @@ -29,7 +29,7 @@ Or via your Maven POM:
<dependency>
<groupId>com.kenticocloud</groupId>
<artifactId>delivery-sdk-java</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```

Expand Down Expand Up @@ -228,7 +228,7 @@ android {
dependencies {
...
implementation 'com.kenticocloud:delivery-sdk-android:1.0.5'
implementation 'com.kenticocloud:delivery-sdk-android:1.0.6'
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit da8aac2

Please sign in to comment.