Skip to content

Commit

Permalink
Version bump (2.4.1)
Browse files Browse the repository at this point in the history
This reverts commit 5a66e6d.
  • Loading branch information
thetarkus committed Aug 10, 2018
1 parent 0f76c79 commit 22d9660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Updater.cs
Expand Up @@ -20,7 +20,7 @@ public static void Check(string oldVersionStr)
{
try
{
var newVersionStr = new WebClient().DownloadString(new Uri(versionUrl));
var newVersionStr = new WebClient().DownloadString(new Uri(versionUrl)).Trim();

var newVersion = new Version(newVersionStr);
var oldVersion = new Version(oldVersionStr);
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.4.0
2.4.1

0 comments on commit 22d9660

Please sign in to comment.