From ac2f87dc12055bd02708d362bdf1324d9901801d Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 29 Aug 2017 15:31:55 +0300 Subject: [PATCH] update dlangui version to get screen DPI detection under SDL/Linux fixed - #217 --- dub.json | 2 +- views/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 046cbf6..ad4cc73 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.101", + "dlangui": "==0.9.102", "dcd": "~>0.9.1" }, diff --git a/views/VERSION b/views/VERSION index 0bd044c..66a1110 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.7.56 \ No newline at end of file +v0.7.57 \ No newline at end of file