From 2937208ee31ad661b1c927839dd7fdeec8a1b6fe Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Wed, 15 Sep 2021 14:55:53 +0200 Subject: [PATCH] Fixed build --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index e34444b..7edf3b8 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.3", + "eventy": "0.1.4", "tristanable": "~>2.3.10" }, "description": "A minimal D application.", diff --git a/dub.selections.json b/dub.selections.json index 2eb3f98..0692448 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,7 +2,7 @@ "fileVersion": 1, "versions": { "bformat": "3.1.3", - "eventy": "0.1.3", + "eventy": "0.1.4", "tristanable": "2.3.13" } }