Skip to content

Commit f9a80d9

Browse files
committed
1 parent 659e759 commit f9a80d9

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
2+
3+
- Increase dependency range of `characters` to include `1.0.0`
4+
15
## 0.4.1
26

37
- [PR-84](https://github.com/leisim/dartx/pull/84) Increase `path` version range to be compatible with Flutter 1.17

pubspec.yaml

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

66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
collection: ">=1.14.11 <1.15.0"
1111
path: ^1.6.2
1212
crypto: ">=2.1.0 <2.2.0"
13-
characters: ">=0.4.0 <1.0.0"
13+
characters: ">=0.4.0 <2.0.0"
1414
time: ^1.2.0
1515

1616
dev_dependencies:

0 commit comments

Comments
 (0)