summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/WindowsPhoneNotify.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2015-02-11 18:40:04 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2015-02-11 18:40:04 +0100
commitee6746b16c8f56d24f48f55387fee799d8e28b4d (patch)
tree6b4f6325fe473e99008f819fa940cbe3fdead25e /module/plugins/hooks/WindowsPhoneNotify.py
parent[UploadedTo] Fix setup (diff)
downloadpyload-ee6746b16c8f56d24f48f55387fee799d8e28b4d.tar.xz
[UpdateManager] Bump version number to refresh broken plugins
See #1168
Diffstat (limited to 'module/plugins/hooks/WindowsPhoneNotify.py')
-rw-r--r--module/plugins/hooks/WindowsPhoneNotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/WindowsPhoneNotify.py b/module/plugins/hooks/WindowsPhoneNotify.py
index 821b9643c..e0dd75f92 100644
--- a/module/plugins/hooks/WindowsPhoneNotify.py
+++ b/module/plugins/hooks/WindowsPhoneNotify.py
@@ -10,7 +10,7 @@ from module.plugins.Hook import Hook
class WindowsPhoneNotify(Hook):
__name__ = "WindowsPhoneNotify"
__type__ = "hook"
- __version__ = "0.06"
+ __version__ = "0.07"
__config__ = [("id" , "str" , "Push ID" , "" ),
("url" , "str" , "Push url" , "" ),