Skip to content

Commit ffb72d2

Browse files
all: bump version to 10.1.1
1 parent 3d10f57 commit ffb72d2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
10.1.1
2+
----
3+
4+
**Core**
5+
- Fix an issue with iOS objective-c app delegate detection
6+
7+
18
10.1.0
29
----
310

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.1.0"
4+
#define PluginVersion "ReactNative/10.1.1"
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.1.0",
3+
"version": "10.1.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)