From cba62a90f557b563bedb43b47ca2c5421ea801ba Mon Sep 17 00:00:00 2001 From: Arnaud Barisain-Monrose Date: Wed, 22 Dec 2021 15:41:45 +0100 Subject: [PATCH] all: release 5.1.0 --- dist/package.json | 7 ++++++- dist/plugin.xml | 2 +- dist/src/android/BatchCordovaPlugin.java | 2 +- dist/src/ios/BatchCordovaPlugin.h | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dist/package.json b/dist/package.json index d531169..9540f14 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "@batch.com/cordova-plugin", - "version": "5.0.1", + "version": "5.1.0", "description": "Batch.com SDK Cordova/Ionic plugin for Android and iOS", "types": "index.d.ts", "cordova": { @@ -36,6 +36,11 @@ "cordova": ">=9.0.0", "cordova-android": ">=9.0.0", "cordova-ios": ">=6.0.0" + }, + "5.1.0": { + "cordova": ">=9.0.0", + "cordova-android": ">=9.0.0", + "cordova-ios": ">=6.0.0" } }, "author": "Batch.com", diff --git a/dist/plugin.xml b/dist/plugin.xml index 8a4d8a8..3fc60fe 100755 --- a/dist/plugin.xml +++ b/dist/plugin.xml @@ -2,7 +2,7 @@ + version="5.1.0"> diff --git a/dist/src/android/BatchCordovaPlugin.java b/dist/src/android/BatchCordovaPlugin.java index 541c1a8..a9addf2 100644 --- a/dist/src/android/BatchCordovaPlugin.java +++ b/dist/src/android/BatchCordovaPlugin.java @@ -39,7 +39,7 @@ public class BatchCordovaPlugin extends CordovaPlugin implements Callback, Logge private static final String PLUGIN_VERSION_ENVIRONEMENT_VAR = "batch.plugin.version"; - private static final String PLUGIN_VERSION = "Cordova/5.0.1"; + private static final String PLUGIN_VERSION = "Cordova/5.1.0"; /** * Key used to add extra to an intent to prevent it to be used more than once to compute opens diff --git a/dist/src/ios/BatchCordovaPlugin.h b/dist/src/ios/BatchCordovaPlugin.h index d9e20f4..9536f88 100644 --- a/dist/src/ios/BatchCordovaPlugin.h +++ b/dist/src/ios/BatchCordovaPlugin.h @@ -11,7 +11,7 @@ #import "BatchBridge.h" #import "BatchBridgeCallback.h" -#define PluginVersion "Cordova/5.0.1" +#define PluginVersion "Cordova/5.1.0" @interface BatchCordovaPlugin : CDVPlugin