Skip to content

Commit 3f2044b

Browse files
authored
Preparing release 1.1.5 (#151)
1 parent 848d146 commit 3f2044b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.5
2+
3+
- Update dependencies
4+
15
## 1.1.4
26

37
- Fix Network Context deserialization issue

packages/core/lib/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const segmentVersion = "1.1.4";
1+
const segmentVersion = "1.1.5";

packages/core/pubspec.yaml

+1-1
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.4
3+
version: 1.1.5
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)