From 7f22eba24ea3af1bbc2bee729261fb10deabdb94 Mon Sep 17 00:00:00 2001 From: 10se1ucgo Date: Tue, 4 Aug 2015 18:59:09 -0400 Subject: [PATCH] Ver number bump --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 1ac41e1..9fa7750 100644 --- a/run.py +++ b/run.py @@ -91,7 +91,7 @@ def about(self, event): 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")