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