From d6244d8258428a112c5887c9a891e1c8dd8da059 Mon Sep 17 00:00:00 2001 From: heromyth Date: Tue, 12 Jan 2021 19:01:55 +0800 Subject: [PATCH] Upgrade to Hunt 1.6.8 --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 2269100..c1748b0 100644 --- a/dub.json +++ b/dub.json @@ -2,11 +2,11 @@ "name": "hunt-net", "targetType": "staticLibrary", "description": "A network library for hunt.", - "copyright": "Copyright (C) 2018-2020, HuntLabs", + "copyright": "Copyright (C) 2018-2021, HuntLabs", "homepage": "https://www.huntlabs.net", "license": "Apache-2.0", "dependencies": { - "hunt-extra": "~>1.0.0" + "hunt-extra": "~>1.0.7" }, "configurations": [ {