From d3d11b6fe654bf076ddaacc7437f1678482c6c04 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 4 Dec 2020 19:02:24 +0200 Subject: [PATCH] Revert --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index ca0adf7..e017a51 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { "bformat": "~>1.0.8", - "tristanable": "~>2.1.0" + "tristanable": "~>2.2.0" }, "description": "dnet client library", "license": "LGPL v2.1", diff --git a/dub.selections.json b/dub.selections.json index d265cc1..9f592c9 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "tristanable": "2.1.0" + "tristanable": "2.2.0" } }