Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 20, 2022
1 parent 4b6c471 commit 10e110c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- [macos & windows] Implement `getInitialUrl` metnod.

## 0.1.0

- First release.
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

```yaml
dependencies:
protocol_handler: ^0.1.0
protocol_handler: ^0.1.1
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
protocol_handler: ^0.1.0
protocol_handler: ^0.1.1
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: protocol_handler
description: This plugin allows Flutter desktop apps to register and handle custom protocols (i.e. deep linking).
version: 0.1.0
version: 0.1.1
homepage: https://github.com/leanflutter/protocol_handler

platforms:
Expand Down

0 comments on commit 10e110c

Please sign in to comment.