summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LinkSaveIn.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 21:39:47 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 21:39:47 +0100
commit84cf082653bb28e68799cfd6affb16b8b631b461 (patch)
treedc1f6bbfe7efa1c26f62e86ecb0d67988ef7406d /module/plugins/crypter/LinkSaveIn.py
parentZahikiNetis is DeadHoster (diff)
downloadpyload-84cf082653bb28e68799cfd6affb16b8b631b461.tar.xz
Increase all __version__ for crypters and hosters
Diffstat (limited to 'module/plugins/crypter/LinkSaveIn.py')
-rw-r--r--module/plugins/crypter/LinkSaveIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LinkSaveIn.py b/module/plugins/crypter/LinkSaveIn.py
index 576a7e581..c1148beb5 100644
--- a/module/plugins/crypter/LinkSaveIn.py
+++ b/module/plugins/crypter/LinkSaveIn.py
@@ -6,7 +6,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter, create_getInfo
class LinkSaveIn(SimpleCrypter):
__name__ = "LinkSaveIn"
__type__ = "crypter"
- __version__ = "2.07"
+ __version__ = "2.08"
__status__ = "testing"
__pattern__ = r'https?://(?:www\.)?linksave\.in/\w+'