From 5d229af8812520456ec9293ef9f9fb1ece4f4aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Budi=CC=81nsky=CC=81?= Date: Wed, 17 Jul 2024 11:25:59 +0200 Subject: [PATCH] chore(lib): release 2.0.6 --- package.json | 4 ++-- plugin.xml | 2 +- src/js/cordova-plugin-smartlook.ts | 2 +- tests/plugin.xml | 2 +- www/cordova-plugin-smartlook.d.ts | 2 +- www/cordova-plugin-smartlook.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 67d94ac..ee7b338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-smartlook", - "version": "2.0.5", + "version": "2.0.6", "description": "Official Smartlook SDK plugin for Cordova Android and iOS applications.", "platforms": [ "android", @@ -15,7 +15,7 @@ }, "engines": { "cordovaDependencies": { - "2.0.5": { + "2.0.6": { "cordova": ">=10.0.0", "cordova-android": ">=10.1.1" } diff --git a/plugin.xml b/plugin.xml index 048b19a..12a1237 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + Smartlook Official Smartlook SDK plugin for Cordova Android and iOS applications. diff --git a/src/js/cordova-plugin-smartlook.ts b/src/js/cordova-plugin-smartlook.ts index d42a7b6..4ddee5c 100644 --- a/src/js/cordova-plugin-smartlook.ts +++ b/src/js/cordova-plugin-smartlook.ts @@ -3,7 +3,7 @@ const SMARTLOOK_PLUGIN = 'SmartlookPlugin'; // Smartlook framework info export const SMARTLOOK_FRAMEWORK_VERSION = '-'; -export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.5'; +export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.6'; // API methods names export enum Command { diff --git a/tests/plugin.xml b/tests/plugin.xml index 3793a1d..f3082d4 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -1,6 +1,6 @@ + xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook-tests" version="2.0.6"> Smartlook Tests MIT diff --git a/www/cordova-plugin-smartlook.d.ts b/www/cordova-plugin-smartlook.d.ts index 425c863..a8bafb9 100644 --- a/www/cordova-plugin-smartlook.d.ts +++ b/www/cordova-plugin-smartlook.d.ts @@ -1,5 +1,5 @@ export declare const SMARTLOOK_FRAMEWORK_VERSION = "-"; -export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.5"; +export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.6"; export declare enum Command { START = "start", STOP = "stop", diff --git a/www/cordova-plugin-smartlook.js b/www/cordova-plugin-smartlook.js index fab26e8..90d2cd8 100644 --- a/www/cordova-plugin-smartlook.js +++ b/www/cordova-plugin-smartlook.js @@ -6,7 +6,7 @@ exports.enableLogs = exports.setRecordingMask = exports.removeRecordingStatusCha var SMARTLOOK_PLUGIN = 'SmartlookPlugin'; // Smartlook framework info exports.SMARTLOOK_FRAMEWORK_VERSION = '-'; -exports.SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.5'; +exports.SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.6'; // API methods names var Command; (function (Command) {