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

Commit 7372c60

Browse files
authored
update version (#7)
1 parent e3f9fdd commit 7372c60

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/url-launcher/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
## [0.2.0] - 2017-04-24
3+
4+
* Change `launch` to a top-level method instead of a static method in a class.
5+
6+
## [0.1.1] - 2017-04-21
7+
8+
* Change to README.md
9+
10+
## [0.1.0] - 2017-04-20
11+
12+
* Initial Open Source release.

packages/url-launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void main() {
2323
}
2424
2525
launchURL() {
26-
UrlLauncher.launch('https://flutter.io');
26+
launch('https://flutter.io');
2727
}
2828
2929
```

packages/url-launcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: url_launcher
22

3-
version: 0.1.1
3+
version: 0.2.0
44
description: Flutter plugin for launching a URL
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/flutter/plugins

0 commit comments

Comments
 (0)