Skip to content

Commit 2896f08

Browse files
committed
Update dependency versions
1 parent d2e16bd commit 2896f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"copyright": "Copyright © 2016, Roman Chistokhodov",
66
"authors": ["Roman Chistokhodov"],
77
"dependencies": {
8-
"desktopfile" : "~>1.3.2"
8+
"desktopfile" : "~>1.3.3"
99
},
1010
"targetName" : "mimeapps",
1111
"targetPath" : "lib",

examples/open.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/+dub.sdl:
22
name "open"
33
dependency "mimeapps" path="../"
4-
dependency "mime" version="~>0.5.0"
4+
dependency "mime" version="~>0.5.2"
55
+/
66

77
import std.stdio;

0 commit comments

Comments
 (0)