Skip to content

Commit

Permalink
Preparing for 1.1.2 release (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Nov 6, 2024
1 parent 2208590 commit bc12f85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.2

- Fix timestamp timezone
- Fix reported version

## 1.1.1

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/core/lib/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const segmentVersion = "1.0.0";
const segmentVersion = "1.1.2";
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bc12f85

Please sign in to comment.