From a193993c0dd7dce9951c6cc0e4d582dd02e1d859 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 8 Sep 2021 13:34:01 +0200 Subject: [PATCH] Updated dub files --- dub.selections.json | 2 +- example/client/dub.json | 2 +- example/client/dub.selections.json | 2 +- example/server/dub.json | 2 +- example/server/dub.selections.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dub.selections.json b/dub.selections.json index 7bd0b7f..b638810 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,6 +1,6 @@ { "fileVersion": 1, "versions": { - "bformat": "3.1.0" + "bformat": "3.1.3" } } diff --git a/example/client/dub.json b/example/client/dub.json index 44fbe68..9e1c483 100644 --- a/example/client/dub.json +++ b/example/client/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { - "tristanable": "~>0.0.10" + "tristanable": "~>2.2.1" }, "description": "A minimal D application.", "license": "proprietary", diff --git a/example/client/dub.selections.json b/example/client/dub.selections.json index 9db73d0..87e1076 100644 --- a/example/client/dub.selections.json +++ b/example/client/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "tristanable": "0.0.26" + "tristanable": "2.2.1" } } diff --git a/example/server/dub.json b/example/server/dub.json index dcc408d..a153999 100644 --- a/example/server/dub.json +++ b/example/server/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { "bformat": "~>1.0.8", - "tristanable": "~>0.0.13" + "tristanable": "~>2.2.1" }, "description": "A minimal D application.", "license": "proprietary", diff --git a/example/server/dub.selections.json b/example/server/dub.selections.json index 9db73d0..87e1076 100644 --- a/example/server/dub.selections.json +++ b/example/server/dub.selections.json @@ -2,6 +2,6 @@ "fileVersion": 1, "versions": { "bformat": "1.0.8", - "tristanable": "0.0.26" + "tristanable": "2.2.1" } }