Skip to content

Commit c68b84b

Browse files
committed
all: bump to 1.1.4
1 parent d30bc21 commit c68b84b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UPCOMING
1+
## 1.1.4
22

33
**Plugin**
44

android/src/main/java/com/batch/batch_flutter/BatchFlutterPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class BatchFlutterPlugin implements FlutterPlugin, MethodCallHandler, Act
3737

3838
private static final String PLUGIN_VERSION_SYSTEM_PROPERTY = "batch.plugin.version";
3939

40-
private static final String PLUGIN_VERSION = "Flutter/1.1.3";
40+
private static final String PLUGIN_VERSION = "Flutter/1.1.4";
4141

4242
private final static BatchPluginConfiguration configuration = new BatchPluginConfiguration();
4343

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "1.1.3"
17+
version: "1.1.4"
1818
boolean_selector:
1919
dependency: transitive
2020
description:

ios/Classes/BatchFlutterPlugin.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fileprivate struct Consts {
77
static let BridgeVersion = "Bridge/1.0"
88

99
static let PluginVersionEnvironmentVar = "BATCH_PLUGIN_VERSION"
10-
static let PluginVersion = "Flutter/1.1.3"
10+
static let PluginVersion = "Flutter/1.1.4"
1111
}
1212

1313
/// Batch's Flutter Plugin main class.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: batch_flutter
22
description: Batch SDK Flutter Plugin allows you to build meaningful communication experiences in your app through highly personalized push notifications and In-App messages.
3-
version: 1.1.3
3+
version: 1.1.4
44
homepage: https://batch.com
55

66
environment:

0 commit comments

Comments
 (0)