From f900b3a141b046ae2aa8591b9084143d8a4da920 Mon Sep 17 00:00:00 2001 From: frankus Date: Thu, 3 Oct 2024 23:43:11 +0000 Subject: [PATCH] Update for 6.9.0 --- .scripts/changes.md | 4 ++-- CHANGELOG.md | 5 +++++ package.json | 2 +- plugin.xml | 4 ++-- www/Apptentive.js | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.scripts/changes.md b/.scripts/changes.md index f617539..c086074 100644 --- a/.scripts/changes.md +++ b/.scripts/changes.md @@ -1,2 +1,2 @@ -- Apptentive Android SDK: 6.8.0 -- Apptentive iOS SDK: 6.8.1 +- Apptentive Android SDK: 6.9.0 +- Apptentive iOS SDK: 6.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 488dc77..a9d68e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This document lets you know what has changed in the Cordova plugin. For changes - [Android Changelog](https://github.com/apptentive/apptentive-kit-android/blob/master/CHANGELOG.md) - [iOS Changelog](https://github.com/apptentive/apptentive-kit-ios/blob/master/CHANGELOG.md) +# 2024-10-03 - v6.9.0 + +- Apptentive Android SDK: 6.9.0 +- Apptentive iOS SDK: 6.9.0 + # 2024-06-26 - v6.8.0 - Apptentive Android SDK: 6.8.0 diff --git a/package.json b/package.json index fd9ddc4..1d9fe80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apptentive-cordova", - "version": "6.8.0", + "version": "6.9.0", "description": "Apptentive Plugin For Cordova", "cordova": { "id": "apptentive-cordova", diff --git a/plugin.xml b/plugin.xml index e346b71..3ef8061 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Apptentive Apptentive Plugin For Cordova @@ -112,7 +112,7 @@ - + diff --git a/www/Apptentive.js b/www/Apptentive.js index 2d38e4b..4767dd2 100644 --- a/www/Apptentive.js +++ b/www/Apptentive.js @@ -1,5 +1,5 @@ var Apptentive = { - distributionVersion: "6.8.0", + distributionVersion: "6.9.0", addCustomDeviceData: function (successCallback, errorCallback, key, value) { cordova.exec(