Skip to content

Commit 898ea49

Browse files
authored
Merge pull request #233 from mathsman5133/april-2024-update
April 2024 update
2 parents 2dd3c98 + 44c8585 commit 898ea49

File tree

14 files changed

+8264
-3560
lines changed

14 files changed

+8264
-3560
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "3.4.1"
25+
__version__ = "3.4.2"
2626

2727
from .abc import BasePlayer, BaseClan
2828
from .clans import RankedClan, Clan

coc/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ class Resource(Enum):
204204
"Poison Lizard",
205205
"Phoenix",
206206
"Spirit Fox",
207+
"Angry Jelly",
207208
]
208209

209210
EQUIPMENT = [

0 commit comments

Comments
 (0)