From 17d80cc4e802b195e33009073fe2d694a0ebeec0 Mon Sep 17 00:00:00 2001 From: llfbandit Date: Thu, 26 Nov 2020 20:15:42 +0100 Subject: [PATCH] core: update README.md --- CHANGELOG.md | 3 +++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe8d85..f02e962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.0+2 +* Update README.md. + ## 0.1.0+1 * Add documentation. * Format dart source code. diff --git a/README.md b/README.md index a8336df..a569ed9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Before using the plugin, you'll need to setup each platforms you target. ### Android -- App Links: [Documentation](https://developer.android.com/training/app-links/deep-linking) +- App Links: [Documentation](https://developer.android.com/training/app-links/verify-site-associations) - Deep Links: [Documentation](https://developer.android.com/training/app-links/deep-linking) ### iOs diff --git a/example/pubspec.lock b/example/pubspec.lock index e2301aa..f7d47f7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0+1" + version: "0.1.0+2" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9c3f7e9..ab0d906 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: app_links description: Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter. -version: 0.1.0+1 +version: 0.1.0+2 homepage: https://github.com/llfbandit/app_links environment: