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