From c85b4b6fb427fae32eb1eedacba19519a5c798a9 Mon Sep 17 00:00:00 2001 From: zoujiaqing Date: Fri, 17 May 2019 23:34:39 +0800 Subject: [PATCH] Upgrade hunt-framework to 2.1.0 release --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 80e34cc..fd5c984 100644 --- a/dub.json +++ b/dub.json @@ -2,10 +2,10 @@ "name": "hunt-skeleton", "description": "An application based on hunt framework.", "copyright": "Copyright (C) 2015-2019, HuntLabs", - "homepage": "http://www.huntframework.com/", + "homepage": "https://www.huntlabs.net", "license": "Apache-2.0", "targetType" : "executable", "dependencies": { - "hunt-framework": "~>2.1.0-rc.2" + "hunt-framework": "~>2.1.0" } }