File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/src/main/java/com/batch/batch_rn Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class RNBatchModuleImpl {
5454
5555 private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
5656
57- public static final String PLUGIN_VERSION = "ReactNative/10.1.1 " ;
57+ public static final String PLUGIN_VERSION = "ReactNative/10.1.2 " ;
5858
5959 public static final String LOGGER_TAG = "RNBatchBridge" ;
6060
Original file line number Diff line number Diff line change 11#import < React/RCTEventEmitter.h>
22#import < Batch/Batch.h>
33
4- #define PluginVersion " ReactNative/10.1.1 "
4+ #define PluginVersion " ReactNative/10.1.2 "
55
66#ifdef RCT_NEW_ARCH_ENABLED
77#import < RNBatchSpec/RNBatchSpec.h>
Original file line number Diff line number Diff line change 11{
22 "name" : " @batch.com/react-native-plugin" ,
3- "version" : " 10.1.1 " ,
3+ "version" : " 10.1.2 " ,
44 "description" : " Batch.com React-Native Plugin" ,
55 "homepage" : " https://github.com/BatchLabs/Batch-React-Native-Plugin" ,
66 "main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments