From 033f682d8835cc6acd0b9c42ceaa58b83b0f3312 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 27 Sep 2017 09:54:26 +0300 Subject: [PATCH] fix crash on theme change - #330 --- dub.json | 2 +- views/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 79af1b5..dd9fa4e 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.149", + "dlangui": "==0.9.150", "dsymbol": "~>0.2.9", "dcd": "~>0.9.1" }, diff --git a/views/VERSION b/views/VERSION index 4ea5caf..349ca0e 100644 --- a/views/VERSION +++ b/views/VERSION @@ -1 +1 @@ -v0.8.0 \ No newline at end of file +v0.8.1 \ No newline at end of file