diff --git a/CHANGELOG.md b/CHANGELOG.md index a747533..07fce46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 + +- Bump minimum Flutter version. + ## 1.1.0 - Added more customization properties - graphicFit, onTap, showBody, showDomain, showTitle. diff --git a/example/pubspec.lock b/example/pubspec.lock index 7d9211b..1ff8dd5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -113,7 +113,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.2.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 92c91dc..6146210 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: link_preview_generator description: A cross-platform flutter package to convert your links into rich beautiful previews. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/ghpranav/ repository: https://github.com/ghpranav/link_preview_generator