From 6ed6a61826eceb43f8651f4ee112b53ea9d0a396 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 13 Sep 2017 13:19:04 +0300 Subject: [PATCH] update dlangui to fix #285 --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 5cdbc52..78dcd4d 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.9.127", + "dlangui": "==0.9.129", "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" },