diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7b1c1..d26e687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.0+1 +* Minimal sample added (Thanks to @JamesCullum). + ## 2.0.0 * Add null safety support. diff --git a/example/android/local.properties b/example/android/local.properties deleted file mode 100644 index d0115cc..0000000 --- a/example/android/local.properties +++ /dev/null @@ -1,2 +0,0 @@ -sdk.dir=E:\\dev\\android\\sdk -flutter.sdk=E:\\dev\\flutter \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index aac79e0..829ef3b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "2.0.0" + version: "2.0.0+1" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0140be4..e6b27a4 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: 2.0.0 +version: 2.0.0+1 homepage: https://github.com/llfbandit/app_links environment: