From ad6d0b495e8e63ea2b4b5ff6a65055b4c82786b3 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin <coolreader.org@gmail.com> Date: Thu, 7 Sep 2017 17:24:08 +0300 Subject: [PATCH] catch latest dlangui - for enabling of file dialog items sorting --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index d46361f..b61f458 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.114", + "dlangui": "==0.9.115", "dcd": "~>0.9.1" },