File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
android/src/main/java/com/batch/batch_rn Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 8.0.0
1
+ 8.0.0 - 8.0.1
2
2
----
3
3
4
4
** Plugin**
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEv
53
53
54
54
private static final String NAME = "RNBatch" ;
55
55
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
56
- private static final String PLUGIN_VERSION = "ReactNative/8.0.0 " ;
56
+ private static final String PLUGIN_VERSION = "ReactNative/8.0.1 " ;
57
57
58
58
private static final String BATCH_BRIDGE_ERROR_CODE = "BATCH_BRIDGE_ERROR" ;
59
59
Original file line number Diff line number Diff line change 12
12
13
13
#import < Batch/Batch.h>
14
14
15
- #define PluginVersion " ReactNative/8.0.0 "
15
+ #define PluginVersion " ReactNative/8.0.1 "
16
16
17
17
@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>
18
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @batch.com/react-native-plugin" ,
3
- "version" : " 8.0.0 " ,
3
+ "version" : " 8.0.1 " ,
4
4
"description" : " Batch.com React-Native Plugin" ,
5
5
"homepage" : " https://github.com/BatchLabs/BatchLabs/Batch-React-Native-Plugin" ,
6
6
"main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments