Skip to content

Commit 116a97d

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

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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+
**Expo**
5+
- Fixed an issue preventing Expo from pre-building on iOS
6+
7+
18
10.1.0
29
----
310

android/src/main/java/com/batch/batch_rn/RNBatchModuleImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class RNBatchModuleImpl {
5454

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

57-
public static final String PLUGIN_VERSION = "ReactNative/10.0.1";
57+
public static final String PLUGIN_VERSION = "ReactNative/10.1.1";
5858

5959
public static final String LOGGER_TAG = "RNBatchBridge";
6060

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)