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-28 22:21:35 +0300
committer10se1ucgo <hammaadu1@gmail.com>2015-08-28 22:21:35 +0300
commitf795feb6880b988e62931a35c8d054091e9c7664 (patch)
tree17635808ec226de4feb749cf93a62de8a9ed3e16
parent168022e0062641347b4a10c2e1dbf7ca640bbfe2 (diff)
Skype/Mail fixv2.3
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index c4ea543..30dc542 100644
--- a/run.py
+++ b/run.py
@@ -146,7 +146,7 @@ class MainFrame(wx.Frame):
aboutpg = wx.AboutDialogInfo()
aboutpg.Name = "Windows 10 Tracking Disable Tool"
- aboutpg.Version = "v2.2.1"
+ aboutpg.Version = "v2.3"
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")