Skip to content

Commit

Permalink
Alpha 6: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed Feb 13, 2017
1 parent 83454f1 commit b5d3139
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dsymbol
4 changes: 2 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion libdparse
2 changes: 1 addition & 1 deletion man1/dcd-client.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man1/dcd-server.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/common/dcd_version.d
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand Down

0 comments on commit b5d3139

Please sign in to comment.