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-05 01:59:09 +0300
committer10se1ucgo <hammaadu1@gmail.com>2015-08-05 01:59:09 +0300
commit7f22eba24ea3af1bbc2bee729261fb10deabdb94 (patch)
tree0e795ae6a6cb1beab4e7001a41b56f3d0111d618
parent102f1a4ab9adbf2c2154fb66b3e340881f8a6861 (diff)
Ver number bumpv1.5
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index 1ac41e1..9fa7750 100644
--- a/run.py
+++ b/run.py
@@ -91,7 +91,7 @@ class WinFrame(wx.Frame):
aboutpg = wx.AboutDialogInfo()
aboutpg.Name = "Windows 10 Tracking Disable Tool"
- aboutpg.Version = "v1.4"
+ aboutpg.Version = "v1.5"
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")