Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""

__version__ = "3.4.1"
__version__ = "3.4.2"

from .abc import BasePlayer, BaseClan
from .clans import RankedClan, Clan
Expand Down
1 change: 1 addition & 0 deletions coc/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class Resource(Enum):
"Poison Lizard",
"Phoenix",
"Spirit Fox",
"Angry Jelly",
]

EQUIPMENT = [
Expand Down
Loading