diff --git a/50_bubble.py b/50_bubble.py index 546ad6c..ec7f41a 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import *   -__version__ = '8.4' +__version__ = '8.5'   class Bubble: diff --git a/settings.py b/settings.py index b7b9a9a..50cfa2c 100644 --- a/settings.py +++ b/settings.py @@ -279,6 +279,7 @@ def make_settings_page(session): ('🐙', 'octopus'), ('🦉', 'owl'), ('🐧', 'penguin'), + ('🦝', 'raccoon'), ('🦂', 'scorpion'), ('🦥', 'sloth'), ('🕷', 'spider'),