Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit f69e7dd

Browse files
[url_launcher] Fix SDK copypasta (#3583)
The lower end of the SDK range was wrong due to a bad copy/paste.
1 parent 127c772 commit f69e7dd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/url_launcher/url_launcher_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
* Fix SDK range.
4+
15
## 2.0.0
26

37
* Migrate to null safety.

packages/url_launcher/url_launcher_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the url_launcher plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_platform_interface
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 2.0.0
6+
version: 2.0.1
77

88
dependencies:
99
flutter:
@@ -17,5 +17,5 @@ dev_dependencies:
1717
pedantic: ^1.10.0
1818

1919
environment:
20-
sdk: ">=2.12.0-2.12.0-259.9.beta <3.0.0"
20+
sdk: ">=2.12.0-259.9.beta <3.0.0"
2121
flutter: ">=1.22.0"

0 commit comments

Comments
 (0)