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

Commit 7efa599

Browse files
committed
Bump version
1 parent f4301ea commit 7efa599

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
@@ -42,7 +42,7 @@
4242
public class RNBatchModule extends ReactContextBaseJavaModule {
4343
private static final String NAME = "RNBatch";
4444
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
45-
private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.3";
45+
private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.4";
4646

4747
private final ReactApplicationContext reactContext;
4848

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/6.0.0-rc.3"
9+
#define PluginVersion "ReactNative/6.0.0-rc.4"
1010

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

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.0.0-rc.3",
3+
"version": "6.0.0-rc.4",
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)