We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848d146 commit 3f2044bCopy full SHA for 3f2044b
packages/core/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.5
2
+
3
+- Update dependencies
4
5
## 1.1.4
6
7
- Fix Network Context deserialization issue
packages/core/lib/version.dart
@@ -1 +1 @@
-const segmentVersion = "1.1.4";
+const segmentVersion = "1.1.5";
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.4
+version: 1.1.5
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