1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-09 06:15:49 +02:00

Release 1.2.2

This commit is contained in:
chylex 2016-05-12 21:09:55 +02:00
parent c540cf45ca
commit 9f27020993

View File

@ -21,8 +21,8 @@ static class Program{
public const string Website = "http://tweetdick.chylex.com";
#endif
public const string VersionTag = "1.2.1";
public const string VersionFull = "1.2.1.0";
public const string VersionTag = "1.2.2";
public const string VersionFull = "1.2.2.0";
public static readonly string StoragePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),BrandName);
public static readonly string TemporaryPath = Path.Combine(Path.GetTempPath(),BrandName);