Skip to content

Commit 6767bc3

Browse files
committed
all: bump version to 8.1.1
1 parent 0e2d4de commit 6767bc3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
8.1.0
29
----
310

android/src/main/java/com/batch/batch_rn/RNBatchModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule {
4747

4848
private static final String NAME = "RNBatch";
4949
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";
5151

5252
public static final String LOGGER_TAG = "RNBatchBridge";
5353

ios/RNBatch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#import <Batch/Batch.h>
1414

15-
#define PluginVersion "ReactNative/8.1.0"
15+
#define PluginVersion "ReactNative/8.1.1"
1616

1717
@interface RNBatch : RCTEventEmitter <RCTBridgeModule>
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@batch.com/react-native-plugin",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Batch.com React-Native Plugin",
55
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
66
"main": "dist/Batch.js",

0 commit comments

Comments
 (0)