diff --git a/CHANGELOG.md b/CHANGELOG.md index 729fea0..7cea7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Version 1.1.15053.1430 + +#### 2015/02/22 + + - Make application DPI-Aware and add high resolution icons. + - Running on the background reminder for first time users. + - Add automatic sign-in on application startup. + - Add "reload team site" option to system menu. + - Fix inline preview not working for some links. + - Minor bug fixes and improvements. + # Version 1.0.14360.1435 #### 2014/12/26 diff --git a/SlackUI/Properties/AssemblyInfo.cs b/SlackUI/Properties/AssemblyInfo.cs index a340866..3d10e0f 100644 --- a/SlackUI/Properties/AssemblyInfo.cs +++ b/SlackUI/Properties/AssemblyInfo.cs @@ -13,8 +13,8 @@ [assembly: Guid("5f2985ca-798c-4efd-a3c8-031846960a45")] -[assembly: AssemblyVersion("1.0.14360.1435")] -[assembly: AssemblyFileVersion("1.0.14360.1435")] +[assembly: AssemblyVersion("1.1.15053.1430")] +[assembly: AssemblyFileVersion("1.1.15053.1430")] [assembly: NeutralResourcesLanguageAttribute("en")] [assembly: CLSCompliant(true)]