Alpha 6: updated dependencies

This commit is contained in:
Hackerpilot 2017-02-13 14:37:04 -08:00
parent 83454f10f4
commit b5d3139223
6 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit fd8e9b02ca46c819e02df4e940061a377c277619
Subproject commit d22c9714a60ac05cb32db938e81a396cffb5ffa6

View File

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

@ -1 +1 @@
Subproject commit c5fe287cbf672d3710ea62893851a175c3e7f9d3
Subproject commit ca51bd13cf68646eaf9d6987db100cc3b288cffe

View File

@ -1,4 +1,4 @@
.TH dcd-client 1 "Mar 3 2016" "" https://github.com/Hackerpilot/DCD
.TH dcd-client 1 "Feb 13 2017" "" https://github.com/Hackerpilot/DCD
.SH NAME
dcd-client \- autocompletion client for the D programming language
.PD

View File

@ -1,4 +1,4 @@
.TH dcd-server 1 "Mar 3 2016" "" https://github.com/Hackerpilot/DCD
.TH dcd-server 1 Feb 13 2017 "" https://github.com/Hackerpilot/DCD
.SH NAME
dcd-server \- autocompletion server for the D programming language
.PD

View File

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