Skip to content

Commit e6f849d

Browse files
authored
Preparing for release 1.1.3 (#135)
1 parent 9a4454d commit e6f849d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.3
2+
3+
- Fix Deep Linking for iOS and Android
4+
15
## 1.1.2
26

37
- Fix timestamp timezone

packages/core/lib/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const segmentVersion = "1.1.2";
1+
const segmentVersion = "1.1.3";

packages/core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: segment_analytics
22
description: The hassle-free way to add Segment analytics to your Flutter app.
3-
version: 1.1.2
3+
version: 1.1.3
44
homepage: https://github.com/segmentio/analytics_flutter#readme
55
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme
66
issue_tracker: https://github.com/segmentio/analytics_flutter/issues

0 commit comments

Comments
 (0)