diff options
author | 2015-02-11 18:40:04 +0100 | |
---|---|---|
committer | 2015-02-11 18:40:04 +0100 | |
commit | ee6746b16c8f56d24f48f55387fee799d8e28b4d (patch) | |
tree | 6b4f6325fe473e99008f819fa940cbe3fdead25e /module/plugins/hooks/WindowsPhoneNotify.py | |
parent | [UploadedTo] Fix setup (diff) | |
download | pyload-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.py | 2 |
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" , "" ), |