diff --git a/package.json b/package.json index 20b83da..7784b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kommunicate-cordova-plugin", - "version": "0.8.7", + "version": "0.8.8", "description": "Kommunicate is a customer communication software for growing businesses for building long-lasting customer relationships that drive growth.", "cordova": { "id": "kommunicate-cordova-plugin", diff --git a/plugin.xml b/plugin.xml index 6263590..095cee3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.8.8"> Kommunicate @@ -45,8 +45,8 @@ - - + + diff --git a/src/android/build.gradle b/src/android/build.gradle index f23af58..e784ffd 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -1,3 +1,3 @@ dependencies { - implementation 'io.kommunicate.sdk:kommunicateui:2.4.6' + implementation 'io.kommunicate.sdk:kommunicateui:2.9.1' }