Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="kommunicate-cordova-plugin"
xmlns:tools="http://schemas.android.com/tools"
version="0.8.7">
version="0.8.8">

<name>Kommunicate</name>

Expand Down Expand Up @@ -45,8 +45,8 @@
</platform>

<platform name="ios">
<pods-config ios-min-version="12.0" use-frameworks="true"/>
<pod name="Kommunicate" version="6.7.2"/>
<pods-config ios-min-version="13.0" use-frameworks="true"/>
<pod name="Kommunicate" version="7.1.1"/>

<config-file target="config.xml" parent="/*">
<feature name="KommunicateCordovaPlugin">
Expand Down
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
implementation 'io.kommunicate.sdk:kommunicateui:2.4.6'
implementation 'io.kommunicate.sdk:kommunicateui:2.9.1'
}