diff --git a/VERSION.md b/VERSION.md index a19194dd..31f49113 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,3 +1,6 @@ +Current version: 3.6.16 +========================= +Add armv7s arch for iOS Current version: 3.6.15 ========================= Fixed https://github.com/Pushwoosh/pushwoosh-ios-sdk/issues/25 diff --git a/package.json b/package.json index abff29a5..0d02dc06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pushwoosh-cordova-plugin", - "version": "3.6.15", + "version": "3.6.16", "description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ", "cordova": { "id": "com.pushwoosh.plugins.pushwoosh", diff --git a/plugin.xml b/plugin.xml index 7970ab6c..f94e2d26 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="3.6.16"> Pushwoosh diff --git a/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh b/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh index 791dab88..d436eedc 100644 Binary files a/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh and b/src/ios/Pushwoosh.framework/Versions/A/Pushwoosh differ