Skip to content

Commit

Permalink
all: bump version to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jun 20, 2024
1 parent 96d3709 commit 571b292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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/9.0.0";
private static final String PLUGIN_VERSION = "ReactNative/9.0.1";

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/9.0.0"
#define PluginVersion "ReactNative/9.0.1"

@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": "9.0.0",
"version": "9.0.1",
"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 571b292

Please sign in to comment.