diff options
author | emkael <emkael@tlen.pl> | 2017-07-30 03:51:50 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-30 13:47:48 +0200 |
commit | 99fc1b1d2668b84b6dd675d856b24f7bbb86ec7b (patch) | |
tree | 10c2ea74732b5c1bc947c5dcab9d924c73bc5544 /Aktywator/MainForm.cs | |
parent | 31d54d28ef5f19e114427e477097416ef2b8aefe (diff) |
Version information and changelog bumped (including assembly info)
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r-- | Aktywator/MainForm.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index c3119d8..a6b1bcd 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -11,8 +11,8 @@ namespace Aktywator { public partial class MainForm : Form { - public string version = "1.0.7"; - public string date = "28.06.2017"; + public string version = "1.1.0-beta"; + public string date = "30.07.2017"; private Bws bws; private Tournament tournament; |