diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2017-07-09 23:42:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 23:42:40 +0200 |
commit | a010562f87309ca060c7f5028a65608317ffb4c0 (patch) | |
tree | b75103bf5865dcd96a7b86d5306580d08094f307 /Aktywator/MainForm.cs | |
parent | b8aa3a706a9031d9a15c464fd395ab86d117d99d (diff) | |
parent | aecbbb3b8e1f8583bb70583b6329d7151d1e0a4a (diff) |
Merge pull request #8 from emkael/master
Wersja 1.0.7
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 31de969..d8fb6c0 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.6"; - public string date = "26.11.2016"; + public string version = "1.0.7"; + public string date = "28.06.2017"; private Bws bws; private Tournament tournament; |