Skip to content

Commit

Permalink
Fix url_launcher README.md (flutter#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored May 15, 2017
1 parent 7b57779 commit 61d6fc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/url-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.4.2] - 2017-05-15

* Change to README.md.

## [0.4.1] - 2017-05-09

* Upgrade Android SDK Build Tools to 25.0.3.
Expand Down
2 changes: 1 addition & 1 deletion packages/url-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ URL schemes depend on the underlying platform and installed apps.

Common schemes supported by both iOS and Android:

| Scheme | Action | Example |
| Scheme | Example | Action |
|---|---|---|
| `http:<URL>` , `https:<URL>` | `http://flutter.io` | Open URL in the default browser |
| `mailto:<email address>` | `mailto:[email protected]` | Open <email address> in the default email app |
Expand Down
2 changes: 1 addition & 1 deletion packages/url-launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: url_launcher

version: 0.4.1
version: 0.4.2
description: A Flutter plugin for launching a URL.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher
Expand Down

0 comments on commit 61d6fc9

Please sign in to comment.