Skip to content

Commit f61dcaa

Browse files
committed
Version up for all plugins
1 parent 34abcd5 commit f61dcaa

467 files changed

Lines changed: 467 additions & 467 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

module/plugins/accounts/AlldebridCom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class AlldebridCom(MultiAccount):
1313
__name__ = "AlldebridCom"
1414
__type__ = "account"
15-
__version__ = "0.28"
15+
__version__ = "0.29"
1616
__status__ = "testing"
1717

1818
__config__ = [("mh_mode" , "all;listed;unlisted", "Filter hosters to use" , "all"),

module/plugins/accounts/AniStreamCom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class AniStreamCom(XFSAccount):
77
__name__ = "AniStreamCom"
88
__type__ = "account"
9-
__version__ = "0.02"
9+
__version__ = "0.03"
1010
__status__ = "testing"
1111

1212
__description__ = """Ani-Stream.com account plugin"""

module/plugins/accounts/BackinNet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class BackinNet(XFSAccount):
77
__name__ = "BackinNet"
88
__type__ = "account"
9-
__version__ = "0.03"
9+
__version__ = "0.04"
1010
__status__ = "testing"
1111

1212
__description__ = """Backin.net account plugin"""

module/plugins/accounts/BitshareCom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class BitshareCom(Account):
77
__name__ = "BitshareCom"
88
__type__ = "account"
9-
__version__ = "0.17"
9+
__version__ = "0.18"
1010
__status__ = "testing"
1111

1212
__description__ = """Bitshare account plugin"""

module/plugins/accounts/CatShareNet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class CatShareNet(Account):
1010
__name__ = "CatShareNet"
1111
__type__ = "account"
12-
__version__ = "0.10"
12+
__version__ = "0.11"
1313
__status__ = "testing"
1414

1515
__description__ = """Catshare.net account plugin"""

module/plugins/accounts/CloudsixMe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class CloudsixMe(XFSAccount):
77
__name__ = "CloudsixMe"
88
__type__ = "account"
9-
__version__ = "0.02"
9+
__version__ = "0.03"
1010
__status__ = "testing"
1111

1212
__description__ = """Cloudsix.me account plugin"""

module/plugins/accounts/CloudzillaTo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class CloudzillaTo(Account):
99
__name__ = "CloudzillaTo"
1010
__type__ = "account"
11-
__version__ = "0.06"
11+
__version__ = "0.07"
1212
__status__ = "testing"
1313

1414
__description__ = """Cloudzilla.to account plugin"""

module/plugins/accounts/CramitIn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class CramitIn(XFSAccount):
77
__name__ = "CramitIn"
88
__type__ = "account"
9-
__version__ = "0.05"
9+
__version__ = "0.06"
1010
__status__ = "testing"
1111

1212
__description__ = """Cramit.in account plugin"""

module/plugins/accounts/CzshareCom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class CzshareCom(Account):
1010
__name__ = "CzshareCom"
1111
__type__ = "account"
12-
__version__ = "0.24"
12+
__version__ = "0.25"
1313
__status__ = "testing"
1414

1515
__description__ = """Czshare.com account plugin, now Sdilej.cz"""

module/plugins/accounts/DebridItaliaCom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class DebridItaliaCom(MultiAccount):
1010
__name__ = "DebridItaliaCom"
1111
__type__ = "account"
12-
__version__ = "0.17"
12+
__version__ = "0.18"
1313
__status__ = "testing"
1414

1515
__config__ = [("mh_mode" , "all;listed;unlisted", "Filter hosters to use" , "all"),

0 commit comments

Comments
 (0)