From 99fc1b1d2668b84b6dd675d856b24f7bbb86ec7b Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 30 Jul 2017 03:51:50 +0200 Subject: Version information and changelog bumped (including assembly info) --- Aktywator/MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Aktywator/MainForm.cs') 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; -- cgit v1.2.3