diff --git a/README.md b/README.md index 345a0a9..1e3edd6 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,10 @@ cordova plugin add cordova-plugin-ms-azure-mobile-engagement --variable KEY= - + Azure Mobile Engagement Background Reporting diff --git a/finerealtime-location/plugin.xml b/finerealtime-location/plugin.xml index 06a549b..5f950f9 100644 --- a/finerealtime-location/plugin.xml +++ b/finerealtime-location/plugin.xml @@ -5,7 +5,7 @@ * Licensed under the MIT license. See License.txt in the project root for license information. */ --> - + Azure Mobile Engagement Fine Realtime Location diff --git a/foreground-reporting/plugin.xml b/foreground-reporting/plugin.xml index fe90701..1cb6813 100644 --- a/foreground-reporting/plugin.xml +++ b/foreground-reporting/plugin.xml @@ -5,7 +5,7 @@ * Licensed under the MIT license. See License.txt in the project root for license information. */ --> - + Azure Mobile Engagement Foreground Reporting diff --git a/lazyarea-location/plugin.xml b/lazyarea-location/plugin.xml index a284488..71867ee 100644 --- a/lazyarea-location/plugin.xml +++ b/lazyarea-location/plugin.xml @@ -5,7 +5,7 @@ * Licensed under the MIT license. See License.txt in the project root for license information. */ --> - + Azure Mobile Engagement Lazy Area Location diff --git a/package.json b/package.json index 0e4b8ba..8d4e3a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ms-azure-mobile-engagement", - "version": "3.2.2", + "version": "3.2.3", "description": "Cordova plugin for Azure Mobile Engagement", "cordova": { "id": "cordova-plugin-ms-azure-mobile-engagement", diff --git a/plugin.xml b/plugin.xml index 5e3edf4..c339ff6 100755 --- a/plugin.xml +++ b/plugin.xml @@ -5,7 +5,7 @@ * Licensed under the MIT license. See License.txt in the project root for license information. */ --> - + Azure Mobile Engagement Azure Mobile Engagement cordova,azme, azure, mobile, engagement diff --git a/realtime-location/plugin.xml b/realtime-location/plugin.xml index b46bdf1..8d77cd9 100644 --- a/realtime-location/plugin.xml +++ b/realtime-location/plugin.xml @@ -5,7 +5,7 @@ * Licensed under the MIT license. See License.txt in the project root for license information. */ --> - + Azure Mobile Engagement Real Time Location diff --git a/src/android/cordova/AZME.java b/src/android/cordova/AZME.java index 51fc1b3..589afaf 100755 --- a/src/android/cordova/AZME.java +++ b/src/android/cordova/AZME.java @@ -29,7 +29,7 @@ import com.microsoft.azure.engagement.shared.EngagementShared; public class AZME extends CordovaPlugin { private static final String pluginName = "CDVAZME"; - private static final String pluginVersion = "3.2.2"; + private static final String pluginVersion = "3.2.3"; private static final String nativeSDKVersion = "4.2.3"; // to eventually retrieve from the SDK itself public CordovaInterface cordova = null; diff --git a/src/ios/AZMECordova.m b/src/ios/AZMECordova.m index 7b90733..ddc6bfe 100644 --- a/src/ios/AZMECordova.m +++ b/src/ios/AZMECordova.m @@ -10,8 +10,8 @@ #import #include "AZMECordova.h" -#define AZME_PLUGIN_VERSION @"3.2.2" -#define NATIVE_PLUGIN_VERSION @"4.0.0" +#define AZME_PLUGIN_VERSION @"3.2.3" +#define NATIVE_PLUGIN_VERSION @"4.0.1" #define SDK_NAME @"CDVAZME" @implementation AppDelegate(AZME) diff --git a/src/ios/EngagementReach/libreach.a b/src/ios/EngagementReach/libreach.a index 2d73d28..c78b8c1 100644 Binary files a/src/ios/EngagementReach/libreach.a and b/src/ios/EngagementReach/libreach.a differ diff --git a/src/ios/EngagementSDK/libengagement.a b/src/ios/EngagementSDK/libengagement.a index 668cf98..d84d258 100644 Binary files a/src/ios/EngagementSDK/libengagement.a and b/src/ios/EngagementSDK/libengagement.a differ diff --git a/tests/plugin.xml b/tests/plugin.xml index badfbc1..6d62d25 100755 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -5,7 +5,7 @@ * Licensed under the MIT license. See License.txt in the project root for license information. */ --> - + Azure Mobile Engagement Tests diff --git a/www/Engagement.js b/www/Engagement.js index 6a97f61..15c8235 100644 --- a/www/Engagement.js +++ b/www/Engagement.js @@ -6,7 +6,7 @@ module.exports = { pluginName : 'Engagement', - pluginVersion : '3.2.2', + pluginVersion : '3.2.3', onError : function(_error) { console.error(_error);