From 64977964e8e8c7bc4c419a0babbc37bfa7de92c7 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Tue, 31 Oct 2017 10:53:42 +0100
Subject: [PATCH] Bump project versions

---
 lib/TweetLib.Audio/Properties/AssemblyInfo.cs         | 4 ++--
 lib/TweetLib.Communication/Properties/AssemblyInfo.cs | 4 ++--
 subprocess/Program.cs                                 | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

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();