diff --git a/50_bubble.py b/50_bubble.py index 823df76..6d1ec48 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import *   -__version__ = '9.1' +__version__ = '9.2'   class Bubble: diff --git a/settings.py b/settings.py index d8efa51..102e898 100644 --- a/settings.py +++ b/settings.py @@ -262,6 +262,7 @@ def make_settings_page(session): ('🐻', 'bear face'), ('😺', 'cat face'), ('🐶', 'dog face'), + ('🦊', 'fox face'), ('🐸', 'frog face'), ('🐵', 'monkey face'), ('🐰', 'rabbit face'),