diff --git a/dub.json b/dub.json index 8a0b8fb..5be4b79 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], "dependencies": { - "dlangui": "==0.8.32", + "dlangui": "==0.8.33", "dcd": "~>0.8.0" }, diff --git a/src/dlangide/ui/frame.d b/src/dlangide/ui/frame.d index 6a82443..ad0dd06 100644 --- a/src/dlangide/ui/frame.d +++ b/src/dlangide/ui/frame.d @@ -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.6.14"d; +immutable dstring DLANGIDE_VERSION = "v0.6.15"d; bool isSupportedSourceTextFileFormat(string filename) { return (filename.endsWith(".d") || filename.endsWith(".txt") || filename.endsWith(".cpp") || filename.endsWith(".h") || filename.endsWith(".c")