Skip to content

Commit 9fadf39

Browse files
committed
all: bump version to 8.0.0
1 parent 621c6b1 commit 9fadf39

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
UPCOMING
1+
8.0.0
22
----
33

44
**Plugin**
55

66
* Updated Batch 1.19. Batch requires Xcode 13.3.1 and iOS 10.0 or higher.
77
* Updated how Batch is imported to support React-Native v0.68 wich now uses Objective-C++.
8+
* Added support for Expo 45
89

910
**User**
1011

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/7.0.3";
56+
private static final String PLUGIN_VERSION = "ReactNative/8.0.0";
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/7.0.3"
15+
#define PluginVersion "ReactNative/8.0.0"
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": "7.0.3",
3+
"version": "8.0.0",
44
"description": "Batch.com React-Native Plugin",
55
"homepage": "https://github.com/BatchLabs/sdk.temp.react-native-plugin",
66
"main": "dist/Batch.js",

0 commit comments

Comments
 (0)