We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4454d commit e6f849dCopy full SHA for e6f849d
packages/core/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.3
2
+
3
+- Fix Deep Linking for iOS and Android
4
5
## 1.1.2
6
7
- Fix timestamp timezone
packages/core/lib/version.dart
@@ -1 +1 @@
-const segmentVersion = "1.1.2";
+const segmentVersion = "1.1.3";
packages/core/pubspec.yaml
@@ -1,6 +1,6 @@
name: segment_analytics
description: The hassle-free way to add Segment analytics to your Flutter app.
-version: 1.1.2
+version: 1.1.3
homepage: https://github.com/segmentio/analytics_flutter#readme
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
0 commit comments