diff --git a/CHANGELOG.md b/CHANGELOG.md index 310aaa2..40650ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Remove path dependency. + ## 1.1.0 - Remove `basenameAndExtensions`. diff --git a/pubspec.yaml b/pubspec.yaml index 3f91963..6d5f9c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: fc_path_util description: Helper methods for dart `path` package. -version: 1.1.0 +version: 1.1.1 repository: https://github.com/flutter-cavalry/fc_path_util environment: - sdk: ">=2.19.5 <3.0.0" + sdk: ">=2.19.5 <4.0.0" dev_dependencies: lints: ^4.0.0