Skip to content

Commit bc12f85

Browse files
authored
Preparing for 1.1.2 release (#123)
1 parent 2208590 commit bc12f85

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.2
2+
3+
- Fix timestamp timezone
4+
- Fix reported version
5+
16
## 1.1.1
27

38
- Update dependencies

packages/core/lib/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const segmentVersion = "1.0.0";
1+
const segmentVersion = "1.1.2";

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1
3+
version: 1.1.2
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)