Skip to content

Commit 134e2d9

Browse files
committed
all: bump version to 8.0.2
1 parent b5a118a commit 134e2d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
UPCOMING
1+
8.0.2
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.1";
56+
private static final String PLUGIN_VERSION = "ReactNative/8.0.2";
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.1"
15+
#define PluginVersion "ReactNative/8.0.2"
1616

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@batch.com/react-native-plugin",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Batch.com React-Native Plugin",
5-
"homepage": "https://github.com/BatchLabs/BatchLabs/Batch-React-Native-Plugin",
5+
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
66
"main": "dist/Batch.js",
77
"types": "dist/Batch.d.ts",
88
"repository": {

0 commit comments

Comments
 (0)