From d819847073bb03528dea42eaeda186e8d75ddf21 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 15 Sep 2021 14:54:06 +0200 Subject: [PATCH] Upgardes --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 6ef67a8..e34444b 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2021, Tristan B. Kildaire", "dependencies": { "bformat": "~>3.1.3", - "eventy": "~>0.1.1", + "eventy": "0.1.3", "tristanable": "~>2.3.10" }, "description": "A minimal D application.", diff --git a/dub.selections.json b/dub.selections.json index ab414fc..2eb3f98 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,6 +3,6 @@ "versions": { "bformat": "3.1.3", "eventy": "0.1.3", - "tristanable": "2.3.11" + "tristanable": "2.3.13" } }