From 1b2bb98084bfccf2a88a7bd6b45247e90910b90e Mon Sep 17 00:00:00 2001 From: Maisu Date: Wed, 31 Jul 2019 18:24:46 +0900 Subject: [PATCH] Fixed version info (minor change!) --- Mystter_SendTweet/Information.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystter_SendTweet/Information.cs b/Mystter_SendTweet/Information.cs index 965df5d..670d30a 100644 --- a/Mystter_SendTweet/Information.cs +++ b/Mystter_SendTweet/Information.cs @@ -2,7 +2,7 @@ public class Information { public const string Title = "Mystter - Send Tweet"; public const string TitleSimple = "Mystter"; - public const string Version = "1.1.21"; + public const string Version = "1.2.0"; public const string Developer = "Mystasly"; public const string Repository = "https://github.com/mystasly48/Mystter_SendTweet"; public const string Twitter = "https://twitter.com/30msl";