From 9141141812bc8c209a6c09961582321067162f2e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 27 Oct 2015 21:52:08 +0100 Subject: Increase all __version__ for internals --- module/plugins/internal/XFSHoster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/XFSHoster.py') diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py index 971b92b64..52b17966d 100644 --- a/module/plugins/internal/XFSHoster.py +++ b/module/plugins/internal/XFSHoster.py @@ -12,7 +12,7 @@ from module.plugins.internal.utils import html_unescape, seconds_to_midnight, se class XFSHoster(SimpleHoster): __name__ = "XFSHoster" __type__ = "hoster" - __version__ = "0.70" + __version__ = "0.71" __status__ = "stable" __pattern__ = r'^unmatchable$' -- cgit v1.2.3