Skip to content

Commit 14549be

Browse files
authored
Merge pull request #100 from kevmoo/fix_versioning
2 parents 789dfe2 + beaf055 commit 14549be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2+1
2+
3+
- Support the `package:collection` `^1.14.11`.
4+
15
## 0.4.2
26

37
- Increase dependency range of `characters` to include `1.0.0`

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: dartx
22
description: Superpowers for Dart. Collection of useful static extension methods.
3-
version: 0.4.2
3+
version: 0.4.2+1
44
homepage: https://github.com/leisim/dartx
55

66
environment:
77
sdk: ">=2.6.0 <3.0.0"
88

99
dependencies:
10-
collection: ">=1.14.11 <1.15.0"
10+
collection: ^1.14.11
1111
path: ^1.6.2
1212
crypto: ">=2.1.0 <2.2.0"
1313
characters: ">=0.4.0 <2.0.0"

0 commit comments

Comments
 (0)