Skip to content

Commit 7140bb5

Browse files
all: bump version to 10.1.0
1 parent 490195b commit 7140bb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Added Swift/Objective-C compatibility. You can now directly import module `RNBatchPush` into your swift files.
66

77
**Expo**
8-
- Added support for Expo SDK 53.
8+
- Added support for Expo SDK 53. Since, as of writing, it is still under preview version, this may not works in future versions.
99

1010
**Core**
1111
- Fixed an issue where opting the SDK after been opted-out would unexpectedly reset default configurations, such as Do Not Disturb setting.

ios/RNBatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import <React/RCTEventEmitter.h>
22
#import <Batch/Batch.h>
33

4-
#define PluginVersion "ReactNative/10.0.1"
4+
#define PluginVersion "ReactNative/10.1.0"
55

66
#ifdef RCT_NEW_ARCH_ENABLED
77
#import <RNBatchSpec/RNBatchSpec.h>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@batch.com/react-native-plugin",
3-
"version": "10.0.1",
3+
"version": "10.1.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)