Skip to content

Commit 5d229af

Browse files
committed
chore(lib): release 2.0.6
1 parent e2ff669 commit 5d229af

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-smartlook",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Official Smartlook SDK plugin for Cordova Android and iOS applications.",
55
"platforms": [
66
"android",
@@ -15,7 +15,7 @@
1515
},
1616
"engines": {
1717
"cordovaDependencies": {
18-
"2.0.5": {
18+
"2.0.6": {
1919
"cordova": ">=10.0.0",
2020
"cordova-android": ">=10.1.1"
2121
}

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook" version="2.0.5">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook" version="2.0.6">
33

44
<name>Smartlook</name>
55
<description>Official Smartlook SDK plugin for Cordova Android and iOS applications.</description>

src/js/cordova-plugin-smartlook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const SMARTLOOK_PLUGIN = 'SmartlookPlugin';
33

44
// Smartlook framework info
55
export const SMARTLOOK_FRAMEWORK_VERSION = '-';
6-
export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.5';
6+
export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.6';
77

88
// API methods names
99
export enum Command {

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3-
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook-tests" version="2.0.5">
3+
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook-tests" version="2.0.6">
44

55
<name>Smartlook Tests</name>
66
<license>MIT</license>

www/cordova-plugin-smartlook.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export declare const SMARTLOOK_FRAMEWORK_VERSION = "-";
2-
export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.5";
2+
export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.6";
33
export declare enum Command {
44
START = "start",
55
STOP = "stop",

www/cordova-plugin-smartlook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports.enableLogs = exports.setRecordingMask = exports.removeRecordingStatusCha
66
var SMARTLOOK_PLUGIN = 'SmartlookPlugin';
77
// Smartlook framework info
88
exports.SMARTLOOK_FRAMEWORK_VERSION = '-';
9-
exports.SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.5';
9+
exports.SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.6';
1010
// API methods names
1111
var Command;
1212
(function (Command) {

0 commit comments

Comments
 (0)