From c7b59deaaa2f980d1a3bbfd41e2e6d695f290d62 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 27 Apr 2016 11:59:37 +0300 Subject: [PATCH] update dlangui dependency version to include fix for #151 --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index bdb96f1..011a9c0 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], "dependencies": { - "dlangui": "==0.8.11", + "dlangui": "==0.8.23", "dcd": "~>0.8.0" },