Skip to content

Commit

Permalink
chore(lib): release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
c0mtru1se committed Jul 17, 2024
1 parent e2ff669 commit 5d229af
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -15,7 +15,7 @@
},
"engines": {
"cordovaDependencies": {
"2.0.5": {
"2.0.6": {
"cordova": ">=10.0.0",
"cordova-android": ">=10.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<name>Smartlook</name>
<description>Official Smartlook SDK plugin for Cordova Android and iOS applications.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/js/cordova-plugin-smartlook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook-tests" version="2.0.5">
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook-tests" version="2.0.6">

<name>Smartlook Tests</name>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion www/cordova-plugin-smartlook.d.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion www/cordova-plugin-smartlook.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5d229af

Please sign in to comment.