Skip to content

Commit

Permalink
Fixed version info (minor change!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystasly48 committed Jul 31, 2019
1 parent 864d497 commit 1b2bb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mystter_SendTweet/Information.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 1b2bb98

Please sign in to comment.