Skip to content

Commit

Permalink
chore(lib): release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
c0mtru1se committed Apr 24, 2024
1 parent b590011 commit c53f352
Show file tree
Hide file tree
Showing 7 changed files with 352 additions and 357 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.3",
"version": "2.0.4",
"description": "Official Smartlook SDK plugin for Cordova Android and iOS applications.",
"platforms": [
"android",
Expand All @@ -15,7 +15,7 @@
},
"engines": {
"cordovaDependencies": {
"2.0.3": {
"2.0.4": {
"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.3">
<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.4">

<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.3';
export const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.4';

// 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.3">
xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-smartlook-tests" version="2.0.4">

<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.3";
export declare const SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = "2.0.4";
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.3';
exports.SMARTLOOK_FRAMEWORK_PLUGIN_VERSION = '2.0.4';
// API methods names
var Command;
(function (Command) {
Expand Down
695 changes: 345 additions & 350 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c53f352

Please sign in to comment.