Skip to content

Commit 571b292

Browse files
committed
all: bump version to 9.0.1
1 parent 96d3709 commit 571b292

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0";
58+
private static final String PLUGIN_VERSION = "ReactNative/9.0.1";
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.0"
15+
#define PluginVersion "ReactNative/9.0.1"
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.0",
3+
"version": "9.0.1",
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)