From f0ccd2267059c804e9165abb802d4fc4dbd2d9a5 Mon Sep 17 00:00:00 2001
From: GammaC0de <GammaC0de@users.noreply.github.com>
Date: Tue, 19 Jan 2016 16:29:15 +0200
Subject: [Http] fix #2302

---
 module/plugins/hoster/Http.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/plugins/hoster/Http.py')

diff --git a/module/plugins/hoster/Http.py b/module/plugins/hoster/Http.py
index 01748c697..777806641 100644
--- a/module/plugins/hoster/Http.py
+++ b/module/plugins/hoster/Http.py
@@ -9,7 +9,7 @@ from module.plugins.internal.Hoster import Hoster
 class Http(Hoster):
     __name__    = "Http"
     __type__    = "hoster"
-    __version__ = "0.05"
+    __version__ = "0.06"
     __status__  = "testing"
 
     __pattern__ = r'(?:jd|pys?)://.+'
-- 
cgit v1.2.3