diff --git a/android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java b/android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java index f376d3e..907515e 100644 --- a/android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java +++ b/android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java @@ -47,7 +47,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEventDispatcher { private static final String NAME = "RNBatch"; private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version"; - private static final String PLUGIN_VERSION = "ReactNative/7.0.1"; + private static final String PLUGIN_VERSION = "ReactNative/7.0.2"; private final ReactApplicationContext reactContext; diff --git a/ios/RNBatch.h b/ios/RNBatch.h index d8d5fcb..9b7b7dd 100644 --- a/ios/RNBatch.h +++ b/ios/RNBatch.h @@ -12,7 +12,7 @@ @import Batch; -#define PluginVersion "ReactNative/7.0.1" +#define PluginVersion "ReactNative/7.0.2" @interface RNBatch : RCTEventEmitter diff --git a/package.json b/package.json index 3e61e9e..44e8d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bam.tech/react-native-batch", - "version": "7.0.1", + "version": "7.0.2", "description": "React Native integration of Batch.com SDK", "homepage": "https://bamlab.github.io/react-native-batch-push", "main": "dist/Batch.js",