Update dependencies

This commit is contained in:
Hackerpilot 2016-03-03 02:18:28 -08:00
parent 2accb4648b
commit 8fa98a1848
4 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 3bc0ee1d6a403fc59c5f5926af72f5be59269a36 Subproject commit 86cf39c41e3173818a3ad9aa60bb253f0da26523

View File

@ -7,8 +7,8 @@
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"dsymbol": "~>0.1.1", "dsymbol": "~>0.2.0-alpha1",
"libdparse": "~>0.5.0", "libdparse": "~>0.7.0-alpha1",
"msgpack-d": "~>1.0.0-beta.2" "msgpack-d": "~>1.0.0-beta.2"
}, },
"versions": ["built_with_dub"], "versions": ["built_with_dub"],

@ -1 +1 @@
Subproject commit 1bdfe95a212ada95fec973f0335a42e495841b4a Subproject commit 3257b3c905127e8bccf4b9b2ebc50b9b448c0fba

View File

@ -21,7 +21,7 @@ module common.dcd_version;
/** /**
* Human-readable version number * Human-readable version number
*/ */
enum DCD_VERSION = "v0.8.0-beta2"; enum DCD_VERSION = "v0.9.0-alpha1";
version (Windows) {} version (Windows) {}
else version (built_with_dub) {} else version (built_with_dub) {}