Skip to content

Commit 32e86cc

Browse files
committed
v0.1.5
1 parent d242acc commit 32e86cc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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.5
2+
3+
* [windows] Add quotes to executable path #8
4+
15
## 0.1.4
26

37
* [windows] fix crash: win event channel #5

README.md

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

4242
```yaml
4343
dependencies:
44-
uni_links_desktop: ^0.1.4
44+
uni_links_desktop: ^0.1.5
4545
```
4646
4747
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ packages:
211211
path: ".."
212212
relative: true
213213
source: path
214-
version: "0.1.4"
214+
version: "0.1.5"
215215
uni_links_platform_interface:
216216
dependency: transitive
217217
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: uni_links_desktop
22
description: A desktop (supports macOS and Windows) implementation of uni_links plugin.
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/leanflutter/uni_links_desktop
55

66
platforms:

0 commit comments

Comments
 (0)