diff --git a/CHANGELOG.md b/CHANGELOG.md index cad50fe..f796e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +* docs: lower sdk constraint to `^3.0.0` from `^3.5.0` + ## 0.1.1 * docs: Fixed issue tracker link on pub.dev diff --git a/example/pubspec.lock b/example/pubspec.lock index 0849b2f..b09e61b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -105,7 +105,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.2" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b2d393e..0311b1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: link_target description: "Adds hyperlink glance behaviour on hover found on the bottom left of the browser page." -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/juliotati/link_target issue_tracker: https://github.com/juliotati/link_target/issues @@ -11,7 +11,7 @@ topics: - link-glance environment: - sdk: ^3.5.0 + sdk: ^3.0.0 flutter: ">=1.17.0" dependencies: