Skip to content

Commit

Permalink
Merge pull request #268 from melvio/267-add-raccoon-eggs
Browse files Browse the repository at this point in the history
Raccoon added
  • Loading branch information
melvio authored Sep 23, 2024
2 parents fc14fe3 + e040077 commit c115b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hopla/hoplalib/hatchery/egg_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class EggData:
"Hedgehog", "Hippo", "Horse",
"Kangaroo", "Monkey", "Nudibranch", "Octopus", "Owl",
"Parrot", "Peacock", "Penguin", "Pterodactyl",
"Rat", "Robot", "Rock", "Rooster",
"Raccoon", "Rat", "Robot", "Rock", "Rooster",
"Sabretooth", "SeaSerpent", "Seahorse", "Sheep", "Slime",
"Sloth", "Snail", "Snake", "Spider", "Squirrel",
"TRex", "Treeling", "Triceratops", "Turtle",
Expand Down
2 changes: 1 addition & 1 deletion src/hopla/hoplalib/hoplaversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

MAJOR_VERSION: Final[int] = 0
MINOR_VERSION: Final[int] = 1
PATCH_VERSION: Final[int] = 0
PATCH_VERSION: Final[int] = 1
PRE_RELEASE: Final[Optional[str]] = "alpha"


Expand Down

0 comments on commit c115b46

Please sign in to comment.