From 8c1324852dc12f9f680d5aeab98e02b1612cfbd4 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Tue, 29 Dec 2015 01:56:17 +0200 Subject: [Hoster] Version up --- module/plugins/internal/Hoster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index 6d88732ea..8b5e975d3 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -16,7 +16,7 @@ from module.plugins.internal.misc import compute_checksum, encode, exists, fixur class Hoster(Base): __name__ = "Hoster" __type__ = "hoster" - __version__ = "0.46" + __version__ = "0.47" __status__ = "stable" __pattern__ = r'^unmatchable$' -- cgit v1.2.3