Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Increment patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Sep 3, 2018
1 parent d337770 commit f95872c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define AppVersion "0.2.0"
#define AppVersion "0.2.1"
#define AppBranch "master"

[Setup]
Expand Down
2 changes: 1 addition & 1 deletion source/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import std.utf: toUTF16z;
import std.conv: to;

/// Public version strings determined at compile time.
enum string VERSION = "0.2.0-master";
enum string VERSION = "0.2.1-master";
enum string UPDATE_FILE = "SearchDeflector-Installer.exe";
enum string RELEASES_URL = "https://api.github.com/repos/%s/%s/releases";

Expand Down

0 comments on commit f95872c

Please sign in to comment.