Skip to content

Commit

Permalink
all: bump version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jan 23, 2024
1 parent 90bf241 commit aaae032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ____
* Batch requires iOS 12.0 or higher.
* Batch now compiles with and targets SDK 34 (Android 14).
* Added support for react-native 0.73+
* Added support for Expo 50. Since, as of writing, Expo 50 is still in beta, this might change after the stable release.
* Added support for Expo 50.
* Fixed an issue on iOS where `refreshToken` was not running on main thread.

**User**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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/8.1.2";
private static final String PLUGIN_VERSION = "ReactNative/8.2.0";

public static final String LOGGER_TAG = "RNBatchBridge";

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/8.1.2"
#define PluginVersion "ReactNative/8.2.0"

@interface RNBatch : RCTEventEmitter <RCTBridgeModule>

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": "8.1.2",
"version": "8.2.0",
"description": "Batch.com React-Native Plugin",
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
"main": "dist/Batch.js",
Expand Down

0 comments on commit aaae032

Please sign in to comment.