Bubble [main]

Added Blowfish avatar; bumped version to 9.19

a1e98f2d735b42c4de4e1bfddcc92cad2f2f61c5
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'),