diff --git a/lib/TweetLib.Audio/Properties/AssemblyInfo.cs b/lib/TweetLib.Audio/Properties/AssemblyInfo.cs index 77fba740..c38326d2 100644 --- a/lib/TweetLib.Audio/Properties/AssemblyInfo.cs +++ b/lib/TweetLib.Audio/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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")] diff --git a/lib/TweetLib.Communication/Properties/AssemblyInfo.cs b/lib/TweetLib.Communication/Properties/AssemblyInfo.cs index fcd3d9e9..1d970413 100644 --- a/lib/TweetLib.Communication/Properties/AssemblyInfo.cs +++ b/lib/TweetLib.Communication/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/subprocess/Program.cs b/subprocess/Program.cs index fd81de54..86bdcda1 100644 --- a/subprocess/Program.cs +++ b/subprocess/Program.cs @@ -1,12 +1,12 @@ using System; using System.Diagnostics; +using System.Runtime.InteropServices; using CefSharp; using CefSharp.BrowserSubprocess; -using System.Runtime.InteropServices; namespace TweetDuck.Browser{ static class Program{ - internal const string Version = "1.2.0.0"; + internal const string Version = "1.2.1.0"; private static int Main(string[] args){ SubProcess.EnableHighDPISupport();