From 1ae9c1904d30b28b419479de195b6975fe6128d6 Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot Date: Wed, 13 Jan 2021 20:31:34 +0000 Subject: [PATCH] Add answer link (#3) --- url_strategy/CHANGELOG.md | 4 ++++ url_strategy/README.md | 2 +- url_strategy/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/url_strategy/CHANGELOG.md b/url_strategy/CHANGELOG.md index 6073234..0ff2f81 100644 --- a/url_strategy/CHANGELOG.md +++ b/url_strategy/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0+1 + +* Added link to more detailed explanation in README. + ## 0.1.0 * Initial release. diff --git a/url_strategy/README.md b/url_strategy/README.md index 893b77d..7a4afa9 100644 --- a/url_strategy/README.md +++ b/url_strategy/README.md @@ -43,4 +43,4 @@ See [this more detailed StackOverflow answer][answer] for more information. You can also use a hash URL strategy instead (which is the default) by calling `setHashUrlStrategy`. -[answer]: +[answer]: https://stackoverflow.com/a/65709246/6509751 diff --git a/url_strategy/pubspec.yaml b/url_strategy/pubspec.yaml index c158aea..e550a29 100644 --- a/url_strategy/pubspec.yaml +++ b/url_strategy/pubspec.yaml @@ -1,7 +1,7 @@ name: url_strategy description: >-2 Flutter package that allows setting the web app URL strategy with a single line of code. -version: 0.1.0 +version: 0.1.0+1 homepage: https://github.com/creativecreatorormaybenot/url_strategy/tree/main/url_strategy environment: