Skip to content

Commit fac52dd

Browse files
committed
all: bump version to 9.0.2
1 parent 1f6d350 commit fac52dd

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
@@ -1,4 +1,4 @@
1-
UPCOMING
1+
9.0.2
22
----
33

44
**Expo**

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

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

5656
private static final String NAME = "RNBatch";
5757
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
58-
private static final String PLUGIN_VERSION = "ReactNative/9.0.1";
58+
private static final String PLUGIN_VERSION = "ReactNative/9.0.2";
5959

6060
public static final String LOGGER_TAG = "RNBatchBridge";
6161

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/9.0.1"
15+
#define PluginVersion "ReactNative/9.0.2"
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": "9.0.1",
3+
"version": "9.0.2",
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)