update dlangui version to fix scrollbar issue #236

This commit is contained in:
Vadim Lopatin 2017-08-24 10:49:08 +03:00
parent 8f2686677a
commit 99315708d3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"],
"dependencies": {
"dlangui": "==0.9.93",
"dlangui": "==0.9.94",
"dcd": "~>0.9.1"
},

View File

@ -46,7 +46,7 @@ import std.path;
immutable string HELP_PAGE_URL = "https://github.com/buggins/dlangide/wiki";
// TODO: get version from GIT commit
immutable dstring DLANGIDE_VERSION = "v0.7.45"d;
immutable dstring DLANGIDE_VERSION = "v0.7.47"d;
bool isSupportedSourceTextFileFormat(string filename) {
return (filename.endsWith(".d") || filename.endsWith(".di") || filename.endsWith(".dt") || filename.endsWith(".txt") || filename.endsWith(".cpp") || filename.endsWith(".h") || filename.endsWith(".c")