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

Bump project and plugin versions

This commit is contained in:
chylex 2017-09-25 14:21:51 +02:00
parent 41ef37f3f0
commit 16acfa85b5
3 changed files with 3 additions and 3 deletions
Resources/Plugins
edit-design
reply-account
video

View File

@ -8,7 +8,7 @@ Edit layout & design
chylex chylex
[version] [version]
1.1.2 1.1.3
[website] [website]
https://tweetduck.chylex.com https://tweetduck.chylex.com

View File

@ -8,7 +8,7 @@ Custom reply account
chylex chylex
[version] [version]
1.2.1 1.2.2
[website] [website]
https://tweetduck.chylex.com https://tweetduck.chylex.com

View File

@ -5,7 +5,7 @@
namespace TweetDuck.Video{ namespace TweetDuck.Video{
static class Program{ static class Program{
internal const string Version = "1.2.0.0"; internal const string Version = "1.2.1.0";
// referenced in VideoPlayer // referenced in VideoPlayer
// set by task manager -- public const int CODE_PROCESS_KILLED = 1; // set by task manager -- public const int CODE_PROCESS_KILLED = 1;