Skip to content

Commit 0ecd460

Browse files
committed
Update version to 2.2.0
1 parent f1d35f2 commit 0ecd460

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.0
2+
3+
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.2.0
4+
5+
16
## 2.1.0
27

38
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.1.0

lib/src/versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String telemetryClientVersion = "2.1.0";
1+
const String telemetryClientVersion = "2.2.0";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: telemetrydecksdk
22
description: "Flutter SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites"
3-
version: 2.1.0
3+
version: 2.2.0
44
homepage: "https://telemetrydeck.com"
55
repository: "https://github.com/TelemetryDeck/FlutterSDK"
66
issue_tracker: "https://github.com/TelemetryDeck/FlutterSDK/issues"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

0 commit comments

Comments
 (0)