Skip to content

Commit

Permalink
Merge pull request #10 from egeniq/f/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.1.3
  • Loading branch information
dzolnai authored Nov 2, 2017
2 parents 4092256 + a134ac8 commit 27e9a71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## 1.1.3

Added the `lastNotificationAt` property to the `Channel` class in the `v2` package.

## 1.1.2

The DELETE call returned an empty string body on success, which would throw an exception when being parsed as JSON. This is now converted to an empty JSON object result.
Expand Down
4 changes: 2 additions & 2 deletions android-client-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 9
targetSdkVersion 26
versionCode 1
versionName "1.1.2"
versionName "1.1.3"
}

buildTypes {
Expand All @@ -33,7 +33,7 @@ ext {
siteUrl = 'https://github.com/egeniq/libmsgs-android'
gitUrl = 'https://github.com/egeniq/libmsgs-android'

libraryVersion = "1.1.2"
libraryVersion = "1.1.3"

developerId = 'egeniq'
developerName = 'Egeniq B.V'
Expand Down
4 changes: 2 additions & 2 deletions android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 9
targetSdkVersion 26
versionCode 1
versionName "1.1.2"
versionName "1.1.3"
}
buildTypes {
release {
Expand Down Expand Up @@ -35,7 +35,7 @@ ext {
siteUrl = 'https://github.com/egeniq/libmsgs-android'
gitUrl = 'https://github.com/egeniq/libmsgs-android'

libraryVersion = "1.1.2"
libraryVersion = "1.1.3"

developerId = 'egeniq'
developerName = 'Egeniq B.V'
Expand Down

0 comments on commit 27e9a71

Please sign in to comment.