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