Skip to content

Commit

Permalink
all: bump version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jul 27, 2022
1 parent 621c6b1 commit 9fadf39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
UPCOMING
8.0.0
----

**Plugin**

* Updated Batch 1.19. Batch requires Xcode 13.3.1 and iOS 10.0 or higher.
* Updated how Batch is imported to support React-Native v0.68 wich now uses Objective-C++.
* Added support for Expo 45

**User**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEv

private static final String NAME = "RNBatch";
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
private static final String PLUGIN_VERSION = "ReactNative/7.0.3";
private static final String PLUGIN_VERSION = "ReactNative/8.0.0";

private static final String BATCH_BRIDGE_ERROR_CODE = "BATCH_BRIDGE_ERROR";

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/Batch.h>

#define PluginVersion "ReactNative/7.0.3"
#define PluginVersion "ReactNative/8.0.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": "@batch.com/react-native-plugin",
"version": "7.0.3",
"version": "8.0.0",
"description": "Batch.com React-Native Plugin",
"homepage": "https://github.com/BatchLabs/sdk.temp.react-native-plugin",
"main": "dist/Batch.js",
Expand Down

0 comments on commit 9fadf39

Please sign in to comment.