More recent dlangui version when create new dlangui based project.

This commit is contained in:
and3md 2017-08-25 19:55:52 +02:00
parent f7f97f80f2
commit 9d516c99d0
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ extern (C) int UIAppMain(string[] args) {
immutable string DUB_JSON_DLANGUI_HELLOWORLD = q{
{
"dependencies": {
"dlangui": "~>0.9.24"
"dlangui": "~>0.9.99"
}
}