Skip to content

Commit dd2c968

Browse files
all: bump version to 12.1.0
1 parent dcd6f7a commit dd2c968

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
INCOMING
1+
12.1.0
22
----
33

44
**Inbox**
55
- Added `androidCustomLargeIcon` property to `IInboxNotification`.
66
- Added `androidBigPicture` property to `IInboxNotification`.
77
- Added `deeplink` property to `IInboxNotification`.
88

9+
910
12.0.0
1011
----
1112

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class RNBatchModule extends NativeRNBatchModuleSpec {
5353

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

56-
public static final String PLUGIN_VERSION = "ReactNative/12.0.0";
56+
public static final String PLUGIN_VERSION = "ReactNative/12.1.0";
5757

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

ios/RNBatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define PluginVersion "ReactNative/12.0.0"
1+
#define PluginVersion "ReactNative/12.1.0"
22

33
@interface RNBatch: NSObject
44

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": "12.0.0",
3+
"version": "12.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)