From 7d0d966e1a6e8ddc493dac26a6432b5c0806aacc Mon Sep 17 00:00:00 2001 From: Mgen Date: Mon, 27 Mar 2023 00:18:30 +0800 Subject: [PATCH] Fix dead links in README --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a43424a..c25b492 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ void main() { ## Documentation -[Documentation](https://pub.dev/documentation/fc_path_util/latest/fc_path_util/PathUtil-class.html) +[Documentation](https://pub.dev/documentation/fc_path_util/latest/fc_path_util/FCPathUtil-class.html) diff --git a/pubspec.yaml b/pubspec.yaml index 2594d78..94e0205 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fc_path_util description: Helper methods for dart `path` package. -version: 1.0.1 +version: 1.0.2 repository: https://github.com/flutter-cavalry/fc_path_util environment: