Skip to content

Commit c09a30b

Browse files
committed
all: bump version to 8.0.1
1 parent bceb6bc commit c09a30b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
8.0.0
1+
8.0.0 - 8.0.1
22
----
33

44
**Plugin**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEv
5353

5454
private static final String NAME = "RNBatch";
5555
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";
5757

5858
private static final String BATCH_BRIDGE_ERROR_CODE = "BATCH_BRIDGE_ERROR";
5959

ios/RNBatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#import <Batch/Batch.h>
1414

15-
#define PluginVersion "ReactNative/8.0.0"
15+
#define PluginVersion "ReactNative/8.0.1"
1616

1717
@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>
1818

package.json

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

0 commit comments

Comments
 (0)