diff --git a/50_bubble.py b/50_bubble.py index bebc080..2d966af 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import *   -__version__ = '9.18' +__version__ = '9.19'   class Bubble: diff --git a/settings.py b/settings.py index 3bb6541..46b660c 100644 --- a/settings.py +++ b/settings.py @@ -275,6 +275,7 @@ def make_settings_page(session): 'Animals', ('🐝', 'bee'), ('🐦', 'bird'), + ('🐡', 'blowfish'), ('🦋', 'butterfly'), ('🦀', 'crab'), ('🐉', 'dragon'),