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

Commit

Permalink
update version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
szakarias authored Apr 24, 2017
1 parent e3f9fdd commit 7372c60
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/url-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

## [0.2.0] - 2017-04-24

* Change `launch` to a top-level method instead of a static method in a class.

## [0.1.1] - 2017-04-21

* Change to README.md

## [0.1.0] - 2017-04-20

* Initial Open Source release.
2 changes: 1 addition & 1 deletion packages/url-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void main() {
}
launchURL() {
UrlLauncher.launch('https://flutter.io');
launch('https://flutter.io');
}
```
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.1.1
version: 0.2.0
description: Flutter plugin for launching a URL
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins
Expand Down

0 comments on commit 7372c60

Please sign in to comment.