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:
parent
c540cf45ca
commit
9f27020993
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user