Skip to content

Commit aaae032

Browse files
committed
all: bump version to 8.2.0
1 parent 90bf241 commit aaae032

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ____
77
* Batch requires iOS 12.0 or higher.
88
* Batch now compiles with and targets SDK 34 (Android 14).
99
* Added support for react-native 0.73+
10-
* Added support for Expo 50. Since, as of writing, Expo 50 is still in beta, this might change after the stable release.
10+
* Added support for Expo 50.
1111
* Fixed an issue on iOS where `refreshToken` was not running on main thread.
1212

1313
**User**

android/src/main/java/com/batch/batch_rn/RNBatchModule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule {
4848

4949
private static final String NAME = "RNBatch";
5050
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
51-
private static final String PLUGIN_VERSION = "ReactNative/8.1.2";
51+
private static final String PLUGIN_VERSION = "ReactNative/8.2.0";
5252

5353
public static final String LOGGER_TAG = "RNBatchBridge";
5454

ios/RNBatch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#import <Batch/Batch.h>
1414

15-
#define PluginVersion "ReactNative/8.1.2"
15+
#define PluginVersion "ReactNative/8.2.0"
1616

1717
@interface RNBatch : RCTEventEmitter <RCTBridgeModule>
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@batch.com/react-native-plugin",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "Batch.com React-Native Plugin",
55
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
66
"main": "dist/Batch.js",

0 commit comments

Comments
 (0)