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

Commit

Permalink
Bump to release candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Nov 24, 2021
1 parent 137f1a1 commit 74b0c35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEventDispatcher {
private static final String NAME = "RNBatch";
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
private static final String PLUGIN_VERSION = "ReactNative/6.0.2";
private static final String PLUGIN_VERSION = "ReactNative/6.1.0-rc.0";

private final ReactApplicationContext reactContext;

Expand Down
2 changes: 1 addition & 1 deletion ios/RNBatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@import Batch;

#define PluginVersion "ReactNative/6.0.2"
#define PluginVersion "ReactNative/6.1.0-rc.0"

@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bam.tech/react-native-batch",
"version": "6.0.2",
"version": "6.1.0-rc.0",
"description": "React Native integration of Batch.com SDK",
"homepage": "https://bamlab.github.io/react-native-batch-push",
"main": "dist/Batch.js",
Expand Down

0 comments on commit 74b0c35

Please sign in to comment.