Skip to content

Commit

Permalink
chore: lower sdk requirement (#7)
Browse files Browse the repository at this point in the history
* chore: lower sdk requirement

* version bump
  • Loading branch information
Juliotati authored Sep 14, 2024
1 parent d7dbf9e commit c56914d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.2"
lints:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,7 +11,7 @@ topics:
- link-glance

environment:
sdk: ^3.5.0
sdk: ^3.0.0
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit c56914d

Please sign in to comment.