From 0f1d7df00d2bb1e9a9c4f516833034fe8e1fc4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20=F0=9F=85=B1=2E=20Kildaire?= <21629986@sun.ac.za> Date: Thu, 24 Sep 2020 20:53:58 +0200 Subject: [PATCH] Updated dependancies --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 36f581e..41b244b 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { - "tristanable": "~>0.0.27" + "tristanable": "~>0.0.28" }, "description": "dnet client", "license": "GPLv3", diff --git a/dub.selections.json b/dub.selections.json index 4a87284..3746c19 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "tristanable": "0.0.27" + "tristanable": "0.0.28" } }