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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Minishlink committed Jun 11, 2021
1 parent 43fde19 commit 6f10da3
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 @@ -42,7 +42,7 @@
public class RNBatchModule extends ReactContextBaseJavaModule {
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.0-rc.2";
private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.3";

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 @@ -6,7 +6,7 @@

@import Batch;

#define PluginVersion "ReactNative/6.0.0-rc.2"
#define PluginVersion "ReactNative/6.0.0-rc.3"

@interface RNBatch : NSObject <RCTBridgeModule>
+ (void)start;
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.0-rc.2",
"version": "6.0.0-rc.3",
"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 6f10da3

Please sign in to comment.