diff options
| author | 2014-10-26 20:49:31 +0100 | |
|---|---|---|
| committer | 2014-10-26 20:49:31 +0100 | |
| commit | f6aed08062c3b6a4dad09d238a32ef5ab58479a4 (patch) | |
| tree | 19c44ddbb1c480926b70015f088766e85c96f720 /module/plugins/internal/SimpleHoster.py | |
| parent | [RSDF] Fix typo (thx Guidobelix) (diff) | |
| download | pyload-f6aed08062c3b6a4dad09d238a32ef5ab58479a4.tar.xz | |
[SimpleHoster][SimpleCrypter] Bump up __version__
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
| -rw-r--r-- | module/plugins/internal/SimpleHoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py index 84a77a312..87ebfc533 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -159,7 +159,7 @@ def timestamp(): class SimpleHoster(Hoster): __name__ = "SimpleHoster" __type__ = "hoster" - __version__ = "0.40" + __version__ = "0.41" __pattern__ = None |
