Skip to content

Commit

Permalink
Increase characters range
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jun 17, 2020
1 parent 659e759 commit f9a80d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2

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

## 0.4.1

- [PR-84](https://github.com/leisim/dartx/pull/84) Increase `path` version range to be compatible with Flutter 1.17
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartx
description: Superpowers for Dart. Collection of useful static extension methods.
version: 0.4.1
version: 0.4.2
homepage: https://github.com/leisim/dartx

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
collection: ">=1.14.11 <1.15.0"
path: ^1.6.2
crypto: ">=2.1.0 <2.2.0"
characters: ">=0.4.0 <1.0.0"
characters: ">=0.4.0 <2.0.0"
time: ^1.2.0

dev_dependencies:
Expand Down

0 comments on commit f9a80d9

Please sign in to comment.