diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 00:46:58 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 00:46:58 +0100 |
commit | 9ef08ba9a15afebf214b31cb6ecd18bcbf93b596 (patch) | |
tree | a7b18f2f69c7336f0eea682f09c8fbff59b68118 | |
parent | [SimpleCrypter] Version up (diff) | |
download | pyload-9ef08ba9a15afebf214b31cb6ecd18bcbf93b596.tar.xz |
[Account] Version up
-rw-r--r-- | module/plugins/internal/Account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index c63d182d9..fa3427aac 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -12,7 +12,7 @@ from module.plugins.internal.misc import Periodical, compare_time, decode, isite class Account(Plugin): __name__ = "Account" __type__ = "account" - __version__ = "0.69" + __version__ = "0.70" __status__ = "stable" __description__ = """Base account plugin""" |