cordova-plugin-repro 6.24.0 → 6.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-repro",
3
- "version": "6.24.0",
3
+ "version": "6.24.1",
4
4
  "description": "Repro Cordova Plugin",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-repro",
package/plugin.xml CHANGED
@@ -1,6 +1,6 @@
1
1
  <?xml version='1.0' encoding='UTF-8'?>
2
2
 
3
- <plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-repro" version="6.24.0" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
+ <plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-repro" version="6.24.1" xmlns="http://apache.org/cordova/ns/plugins/1.0">
4
4
  <name>Repro</name>
5
5
  <description>Repro Cordova Plugin</description>
6
6
  <license>Commercial</license>
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "ios-sdk": "5.21.0",
3
- "android-sdk": "5.20.0",
4
- "bridge": "6.24.0"
3
+ "android-sdk": "5.20.1",
4
+ "bridge": "6.24.1"
5
5
  }
@@ -46,7 +46,7 @@ import io.repro.android.user.UserProfilePrefecture;
46
46
  */
47
47
  public final class CordovaPlugin extends org.apache.cordova.CordovaPlugin {
48
48
 
49
- private static final String REPRO_CORDOVA_BRIDGE_VERSION = "6.24.0";
49
+ private static final String REPRO_CORDOVA_BRIDGE_VERSION = "6.24.1";
50
50
 
51
51
  private interface CordovaReproCommand {
52
52
  boolean execute(CordovaPlugin plugin, CordovaArgs args, CallbackContext callbackContext) throws JSONException;
Binary file
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <Cordova/CDV.h>
9
9
 
10
- #define REPRO_CORDOVA_BRIDGE_VERSION "6.24.0"
10
+ #define REPRO_CORDOVA_BRIDGE_VERSION "6.24.1"
11
11
 
12
12
  @interface CDVRepro : CDVPlugin
13
13