summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-29 01:13:05 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-29 01:13:05 +0100
commit49eac14d86cc14ed4b4ee21cf2d29c5e3fb51fe8 (patch)
treee9e9a8627fecfa2ba1608e642ca70b2e073d5767 /module
parent[Hoster] Version up (diff)
downloadpyload-49eac14d86cc14ed4b4ee21cf2d29c5e3fb51fe8.tar.xz
[SimpleHoster] Version up
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/SimpleHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index c6e915cc4..568f2ce61 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -16,7 +16,7 @@ from module.plugins.internal.misc import (encode, parse_name, parse_size,
class SimpleHoster(Hoster):
__name__ = "SimpleHoster"
__type__ = "hoster"
- __version__ = "2.14"
+ __version__ = "2.15"
__status__ = "stable"
__pattern__ = r'^unmatchable$'