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" } }