diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecab14..40d8e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 6d45d78..706a4cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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: