Skip to content

Commit f18f34e

Browse files
committed
all: bump version to 12.0.0
1 parent 9c525e1 commit f18f34e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/11.1.0";
56+
public static final String PLUGIN_VERSION = "ReactNative/12.0.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/11.1.0"
1+
#define PluginVersion "ReactNative/12.0.0"
22

33
@interface RNBatch: NSObject
44

0 commit comments

Comments
 (0)