diff --git a/installer.iss b/installer.iss index 541b61a..023b18a 100644 --- a/installer.iss +++ b/installer.iss @@ -1,4 +1,4 @@ -#define AppVersion "0.1.1" +#define AppVersion "0.1.2" #define AppBranch "master" [Setup] diff --git a/source/common.d b/source/common.d index b6386d3..2e0f555 100644 --- a/source/common.d +++ b/source/common.d @@ -15,7 +15,7 @@ import std.utf: toUTF16z; import std.conv: to; /// Public version strings determined at compile time. -enum string VERSION = "0.1.1-master"; +enum string VERSION = "0.1.2-master"; enum string UPDATE_FILE = "SearchDeflector-x86.zip"; enum string RELEASES_URL = "https://api.github.com/repos/%s/%s/releases";