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
+ 9.0.2
2
2
----
3
3
4
4
** Expo**
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule {
55
55
56
56
private static final String NAME = "RNBatch" ;
57
57
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
58
- private static final String PLUGIN_VERSION = "ReactNative/9.0.1 " ;
58
+ private static final String PLUGIN_VERSION = "ReactNative/9.0.2 " ;
59
59
60
60
public static final String LOGGER_TAG = "RNBatchBridge" ;
61
61
Original file line number Diff line number Diff line change 12
12
13
13
#import < Batch/Batch.h>
14
14
15
- #define PluginVersion " ReactNative/9.0.1 "
15
+ #define PluginVersion " ReactNative/9.0.2 "
16
16
17
17
@interface RNBatch : RCTEventEmitter <RCTBridgeModule>
18
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @batch.com/react-native-plugin" ,
3
- "version" : " 9.0.1 " ,
3
+ "version" : " 9.0.2 " ,
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