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

Update version to 1.1.1

This commit is contained in:
chylex 2016-04-17 17:42:14 +02:00
parent f064912ac9
commit d53eff6043
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ static class Program{
public const string Website = "http://tweetdick.chylex.com";
#endif
public const string VersionTag = "1.1";
public const string VersionTag = "1.1.1";
public static readonly string StoragePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),BrandName);
private static readonly LockManager LockManager = new LockManager(Path.Combine(StoragePath,".lock"));

View File

@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]