Skip to content

Commit 6f6b786

Browse files
[url_launcher_web] Fix link in README (flutter#2932)
Co-authored-by: Markus Aksli <[email protected]>
1 parent 235283b commit 6f6b786

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/url_launcher/url_launcher_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.2+1
2+
3+
- Update docs
4+
15
# 0.1.2
26

37
- Adds "tel" and "sms" support

packages/url_launcher/url_launcher_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ dependencies:
3434
Once you have the `url_launcher_web` dependency in your pubspec, you should
3535
be able to use `package:url_launcher` as normal.
3636

37-
[1]: ../url_launcher/url_launcher
37+
[1]: ../url_launcher

packages/url_launcher/url_launcher_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/u
44
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.1.2
7+
version: 0.1.2+1
88

99
flutter:
1010
plugin:

0 commit comments

Comments
 (0)