diff --git a/source/common.d b/source/common.d index 6c6fa0b..d36b350 100644 --- a/source/common.d +++ b/source/common.d @@ -14,11 +14,10 @@ import std.string: split; import std.conv: to; /// Public version strings determined at compile time. -enum string VERSION = "0.0.0-master"; +enum string VERSION = "0.1.0-master"; enum string UPDATE_FILE = "SearchDeflector-x86.zip"; enum string RELEASES_URL = "https://api.github.com/repos/%s/%s/releases"; - /// Creates a messabe box telling the user there was an error, and redirect to issues page. public void createErrorDialog(const Exception error) { const uint messageId = MessageBox(null, "Search Deflector launch failed." ~