File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Add this to your package's pubspec.yaml file:
4141
4242``` yaml
4343dependencies :
44- uni_links_desktop : ^0.1.4
44+ uni_links_desktop : ^0.1.5
4545` ` `
4646
4747Or
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11name : uni_links_desktop
22description : A desktop (supports macOS and Windows) implementation of uni_links plugin.
3- version : 0.1.4
3+ version : 0.1.5
44homepage : https://github.com/leanflutter/uni_links_desktop
55
66platforms :
You can’t perform that action at this time.
0 commit comments