File tree 4 files changed +10
-3
lines changed
android/src/main/java/com/batch/batch_rn
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ 8.1.1
2
+ ----
3
+
4
+ ** Plugin**
5
+
6
+ * Fixed an issue where listening for ` open ` push message event wasn't working on cold start.
7
+
1
8
8.1.0
2
9
----
3
10
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule {
47
47
48
48
private static final String NAME = "RNBatch" ;
49
49
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
50
- private static final String PLUGIN_VERSION = "ReactNative/8.1.0 " ;
50
+ private static final String PLUGIN_VERSION = "ReactNative/8.1.1 " ;
51
51
52
52
public static final String LOGGER_TAG = "RNBatchBridge" ;
53
53
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.1.0 "
15
+ #define PluginVersion " ReactNative/8.1.1 "
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" : " 8.1.0 " ,
3
+ "version" : " 8.1.1 " ,
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