From 16acfa85b59a62a5ff8da2fde308eca03da1a41e Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 25 Sep 2017 14:21:51 +0200
Subject: [PATCH] Bump project and plugin versions

---
 Resources/Plugins/edit-design/.meta   | 2 +-
 Resources/Plugins/reply-account/.meta | 2 +-
 video/Program.cs                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Resources/Plugins/edit-design/.meta b/Resources/Plugins/edit-design/.meta
index 9fc059fe..2fff796a 100644
--- a/Resources/Plugins/edit-design/.meta
+++ b/Resources/Plugins/edit-design/.meta
@@ -8,7 +8,7 @@ Edit layout & design
 chylex
 
 [version]
-1.1.2
+1.1.3
 
 [website]
 https://tweetduck.chylex.com
diff --git a/Resources/Plugins/reply-account/.meta b/Resources/Plugins/reply-account/.meta
index 332219bb..97d5a9fe 100644
--- a/Resources/Plugins/reply-account/.meta
+++ b/Resources/Plugins/reply-account/.meta
@@ -8,7 +8,7 @@ Custom reply account
 chylex
 
 [version]
-1.2.1
+1.2.2
 
 [website]
 https://tweetduck.chylex.com
diff --git a/video/Program.cs b/video/Program.cs
index 4993adda..c8c9885e 100644
--- a/video/Program.cs
+++ b/video/Program.cs
@@ -5,7 +5,7 @@
 
 namespace TweetDuck.Video{
     static class Program{
-        internal const string Version = "1.2.0.0";
+        internal const string Version = "1.2.1.0";
 
         // referenced in VideoPlayer
         // set by task manager -- public const int CODE_PROCESS_KILLED = 1;