Skip to content

Commit daad3c7

Browse files
committed
all: 1.1.0 bump
1 parent 1b5785b commit daad3c7

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UPCOMING
1+
## 1.1.0
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.0.0";
40+
private static final String PLUGIN_VERSION = "Flutter/1.1.0";
4141

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

example/pubspec.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.6.1"
1111
batch_flutter:
1212
dependency: "direct main"
1313
description:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "1.0.0"
17+
version: "1.1.0"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -35,7 +35,7 @@ packages:
3535
name: charcode
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.3.1"
38+
version: "1.2.0"
3939
clock:
4040
dependency: transitive
4141
description:
@@ -106,7 +106,7 @@ packages:
106106
name: meta
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.7.0"
109+
version: "1.3.0"
110110
nested:
111111
dependency: transitive
112112
description:
@@ -258,7 +258,7 @@ packages:
258258
name: test_api
259259
url: "https://pub.dartlang.org"
260260
source: hosted
261-
version: "0.4.2"
261+
version: "0.3.0"
262262
typed_data:
263263
dependency: transitive
264264
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.0.0"
10+
static let PluginVersion = "Flutter/1.1.0"
1111
}
1212

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

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,7 +28,7 @@ packages:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.3.1"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -73,7 +73,7 @@ packages:
7373
name: meta
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.7.0"
76+
version: "1.3.0"
7777
path:
7878
dependency: transitive
7979
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.4.2"
130+
version: "0.3.0"
131131
typed_data:
132132
dependency: transitive
133133
description:

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.0.0
3+
version: 1.1.0
44
homepage: https://batch.com
55

66
environment:

0 commit comments

Comments
 (0)