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

Commit 15ab39f

Browse files
committed
Bump version
1 parent 14687f2 commit 15ab39f

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
@@ -38,7 +38,7 @@
3838
public class RNBatchModule extends ReactContextBaseJavaModule {
3939
private static final String NAME = "RNBatch";
4040
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
41-
private static final String PLUGIN_VERSION = "ReactNative/5.3.0";
41+
private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.0";
4242

4343
private final ReactApplicationContext reactContext;
4444

ios/RNBatch.h

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

77
@import Batch;
88

9-
#define PluginVersion "ReactNative/5.3.0"
9+
#define PluginVersion "ReactNative/6.0.0-rc.0"
1010

1111
@interface RNBatch : NSObject <RCTBridgeModule>
1212
+ (void)start: (BOOL)doNotDisturb;

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": "5.3.0",
3+
"version": "6.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)