Skip to content

Commit 10e110c

Browse files
committed
0.1.1
1 parent 4b6c471 commit 10e110c

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
3+
- [macos & windows] Implement `getInitialUrl` metnod.
4+
15
## 0.1.0
26

37
- First release.

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
```yaml
4848
dependencies:
49-
protocol_handler: ^0.1.0
49+
protocol_handler: ^0.1.1
5050
```
5151
5252

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add this to your package's pubspec.yaml file:
4646

4747
```yaml
4848
dependencies:
49-
protocol_handler: ^0.1.0
49+
protocol_handler: ^0.1.1
5050
```
5151
5252
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.1.0"
139+
version: "0.1.1"
140140
sky_engine:
141141
dependency: transitive
142142
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: protocol_handler
22
description: This plugin allows Flutter desktop apps to register and handle custom protocols (i.e. deep linking).
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/leanflutter/protocol_handler
55

66
platforms:

0 commit comments

Comments
 (0)