File tree 4 files changed +4
-4
lines changed
android/src/main/java/com/batch/batch_rn
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- UPCOMING
1
+ 10.0.0
2
2
----
3
3
4
4
** Plugin**
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class RNBatchModuleImpl {
54
54
55
55
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
56
56
57
- public static final String PLUGIN_VERSION = "ReactNative/9 .0.2 " ;
57
+ public static final String PLUGIN_VERSION = "ReactNative/10 .0.0 " ;
58
58
59
59
public static final String LOGGER_TAG = "RNBatchBridge" ;
60
60
Original file line number Diff line number Diff line change 1
1
#import < React/RCTEventEmitter.h>
2
2
#import < Batch/Batch.h>
3
3
4
- #define PluginVersion " ReactNative/9 .0.2 "
4
+ #define PluginVersion " ReactNative/10 .0.0 "
5
5
6
6
#ifdef RCT_NEW_ARCH_ENABLED
7
7
#import < RNBatchSpec/RNBatchSpec.h>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @batch.com/react-native-plugin" ,
3
- "version" : " 9 .0.2 " ,
3
+ "version" : " 10 .0.0 " ,
4
4
"description" : " Batch.com React-Native Plugin" ,
5
5
"homepage" : " https://github.com/BatchLabs/Batch-React-Native-Plugin" ,
6
6
"main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments