1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-03 23:34:09 +02:00

Release 1.8.5.1

This commit is contained in:
chylex 2017-08-10 16:25:55 +02:00
parent cc55a81c1b
commit 60ed0b8cde

View File

@ -22,8 +22,8 @@ static class Program{
public const string BrandName = "TweetDuck"; public const string BrandName = "TweetDuck";
public const string Website = "https://tweetduck.chylex.com"; public const string Website = "https://tweetduck.chylex.com";
public const string VersionTag = "1.8.5"; public const string VersionTag = "1.8.5.1";
public const string VersionFull = "1.8.5.0"; public const string VersionFull = "1.8.5.1";
public static readonly Version Version = new Version(VersionTag); public static readonly Version Version = new Version(VersionTag);
public static readonly bool IsPortable = File.Exists("makeportable"); public static readonly bool IsPortable = File.Exists("makeportable");