Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 5982a16

Browse files
committed
Bump version to new rc
1 parent 56f12bb commit 5982a16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/src/main/java/tech/bam/RNBatchPush/RNBatchModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEventDispatcher {
4747
private static final String NAME = "RNBatch";
4848
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
49-
private static final String PLUGIN_VERSION = "ReactNative/6.1.0-rc.0";
49+
private static final String PLUGIN_VERSION = "ReactNative/7.0.0-rc.0";
5050

5151
private final ReactApplicationContext reactContext;
5252

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;
1414

15-
#define PluginVersion "ReactNative/6.1.0-rc.0"
15+
#define PluginVersion "ReactNative/7.0.0-rc.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": "@bam.tech/react-native-batch",
3-
"version": "6.1.0-rc.0",
3+
"version": "7.0.0-rc.0",
44
"description": "React Native integration of Batch.com SDK",
55
"homepage": "https://bamlab.github.io/react-native-batch-push",
66
"main": "dist/Batch.js",

0 commit comments

Comments
 (0)