Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10se1ucgo <hammaadu1@gmail.com>2015-08-25 01:10:27 +0300
committer10se1ucgo <hammaadu1@gmail.com>2015-08-25 01:10:27 +0300
commitd652afd442906441dc30c87ef7a8625575febb23 (patch)
tree493f900922af3ea02eaa91b80e065a282d51e6b8
parent0d1ac5ed516d5bb2a9f69e17334347651bed4d7f (diff)
version number bumpv2.2.1
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 8e53f5c..ec64922 100644
--- a/run.py
+++ b/run.py
@@ -140,7 +140,7 @@ class MainFrame(wx.Frame):
aboutpg = wx.AboutDialogInfo()
aboutpg.Name = "Windows 10 Tracking Disable Tool"
- aboutpg.Version = "v2.2"
+ aboutpg.Version = "v2.2.1"
aboutpg.Copyright = "(c) 2015 10se1ucgo"
aboutpg.Description = "A tool to disable nasty tracking in Windows 10"
aboutpg.WebSite = ("https://github.com/10se1ucgo/DisableWinTracking", "GitHub Project Page")