From 2e8be82a9a6277176bbcee2f856ba4a0483703be Mon Sep 17 00:00:00 2001 From: Brian Zou Date: Fri, 25 Jan 2019 18:06:09 +0800 Subject: [PATCH] Update dub.json --- dub.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dub.json b/dub.json index 8546faa..46cdd47 100644 --- a/dub.json +++ b/dub.json @@ -1,18 +1,17 @@ { "name": "hunt-imf", "description": "A tcp-server framework.", - "copyright": "Copyright (c) 2017-2018, huntframework.com", - "homepage": "http://www.huntframework.com/", + "copyright": "Copyright (c) 2017-2019, HuntLabs", + "homepage": "http://www.huntlabs.net", "license": "Apache-2.0", "dependencies": { "protobuf": "~>0.4.0", - "hunt-net": "~>0.0.14" + "hunt-net": "~>0.1.0" }, "configurations":[ { "name" : "hunt-imf", "targetType": "library" - }, { "targetName": "helloworld",