diff --git a/android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java b/android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java index 907515e..cdffe2f 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.2"; + private static final String PLUGIN_VERSION = "ReactNative/7.0.3"; private final ReactApplicationContext reactContext; diff --git a/ios/RNBatch.h b/ios/RNBatch.h index 933def4..7ba6fcb 100644 --- a/ios/RNBatch.h +++ b/ios/RNBatch.h @@ -12,7 +12,7 @@ @import Batch; -#define PluginVersion "ReactNative/7.0.2" +#define PluginVersion "ReactNative/7.0.3" @interface RNBatch : RCTEventEmitter diff --git a/package.json b/package.json index 44e8d2e..ce4b1d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bam.tech/react-native-batch", - "version": "7.0.2", + "version": "7.0.3", "description": "React Native integration of Batch.com SDK", "homepage": "https://bamlab.github.io/react-native-batch-push", "main": "dist/Batch.js",