We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2208590 commit bc12f85Copy full SHA for bc12f85
packages/core/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.1.2
2
+
3
+- Fix timestamp timezone
4
+- Fix reported version
5
6
## 1.1.1
7
8
- Update dependencies
packages/core/lib/version.dart
@@ -1 +1 @@
-const segmentVersion = "1.0.0";
+const segmentVersion = "1.1.2";
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.1
+version: 1.1.2
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