update dlangui version to fix crash on exit

This commit is contained in:
Vadim Lopatin 2016-10-13 14:30:25 +03:00
parent c79e5e0242
commit 9bf16c050a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "==0.9.19",
"dlangui": "==0.9.20",
"dcd": "~>0.9.0-alpha4"
},