summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2015-08-13 14:44:18 +0200
committerGravatar synweap15 <shamdog+github@gmail.com> 2015-08-13 14:44:18 +0200
commit96dd390398b998c807bf08f94f7334460c8624cd (patch)
treeda57c73862880aa548e4782a2d777ec3ee31239b /module/plugins/accounts
parentfix NoPremiumPl account parse_info method signature (diff)
downloadpyload-96dd390398b998c807bf08f94f7334460c8624cd.tar.xz
NoPremiumPl account version bump
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/NoPremiumPl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/NoPremiumPl.py b/module/plugins/accounts/NoPremiumPl.py
index 3a3f3d1ce..97e58f5f0 100644
--- a/module/plugins/accounts/NoPremiumPl.py
+++ b/module/plugins/accounts/NoPremiumPl.py
@@ -11,7 +11,7 @@ from module.plugins.internal.Account import Account
class NoPremiumPl(Account):
__name__ = "NoPremiumPl"
__type__ = "account"
- __version__ = "0.03"
+ __version__ = "0.04"
__status__ = "testing"
__description__ = "NoPremium.pl account plugin"