From b47cf626dfdf5a31e4deefbd341a24acc571df55 Mon Sep 17 00:00:00 2001 From: heromyth Date: Wed, 27 Jan 2021 19:16:20 +0800 Subject: [PATCH] Bump Hunt to 1.7.0 --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 28f28fc..eaf7ff4 100644 --- a/dub.json +++ b/dub.json @@ -1,10 +1,10 @@ { "name": "hunt-security", "description": "A security 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.1.0" } }