From 2e15168ce92896c11c9e128b58803322ad826810 Mon Sep 17 00:00:00 2001 From: xucs007 Date: Thu, 9 Dec 2021 18:52:25 +0800 Subject: [PATCH] update dlangui version to 0.9.186 --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index d92e674..75f06ea 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views"], "dependencies": { - "dlangui": "==0.9.182", + "dlangui": "==0.9.186", "dsymbol": "~>0.4.8", "dcd": "~>0.9.13" },