Skip to content

Commit b5b1576

Browse files
committed
0.1.5
1 parent 1775323 commit b5b1576

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1+
## 0.1.5
2+
3+
* Make sure the web project build
4+
15
## 0.1.4
26

3-
- bump win32_registry to 1.0.2
4-
- Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
7+
* bump win32_registry to 1.0.2
8+
* Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
59

610
## 0.1.3
711

8-
- [windows] fix startup crash when argc is 1 #4
12+
* [windows] fix startup crash when argc is 1 #4
913

1014
## 0.1.2
1115

12-
- Support android & ios platform.
16+
* Support android & ios platform.
1317

1418
## 0.1.1
1519

16-
- [macos & windows] Implement `getInitialUrl` metnod.
20+
* [macos & windows] Implement `getInitialUrl` metnod.
1721

1822
## 0.1.0
1923

20-
- First release.
24+
* First release.

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ https://user-images.githubusercontent.com/3889523/167283452-aff2535b-c322-45c7-9
5555

5656
```yaml
5757
dependencies:
58-
protocol_handler: ^0.1.4
58+
protocol_handler: ^0.1.5
5959
```
6060
6161

README.md

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

5656
```yaml
5757
dependencies:
58-
protocol_handler: ^0.1.4
58+
protocol_handler: ^0.1.5
5959
```
6060
6161
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ packages:
153153
path: ".."
154154
relative: true
155155
source: path
156-
version: "0.1.4"
156+
version: "0.1.5"
157157
sky_engine:
158158
dependency: transitive
159159
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 apps to register and handle custom protocols (i.e. deep linking).
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/leanflutter/protocol_handler
55

66
platforms:

0 commit comments

Comments
 (0)