Skip to content

Commit

Permalink
all: bump version to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Dec 6, 2024
1 parent 6a10485 commit d331abb
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
@@ -1,4 +1,4 @@
UPCOMING
10.0.0
----

**Plugin**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class RNBatchModuleImpl {

private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";

public static final String PLUGIN_VERSION = "ReactNative/9.0.2";
public static final String PLUGIN_VERSION = "ReactNative/10.0.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
@@ -1,7 +1,7 @@
#import <React/RCTEventEmitter.h>
#import <Batch/Batch.h>

#define PluginVersion "ReactNative/9.0.2"
#define PluginVersion "ReactNative/10.0.0"

#ifdef RCT_NEW_ARCH_ENABLED
#import <RNBatchSpec/RNBatchSpec.h>
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.2",
"version": "10.0.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 d331abb

Please sign in to comment.