diff --git a/50_bubble.py b/50_bubble.py index 2d966af..0aae29a 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import *   -__version__ = '9.19' +__version__ = '9.20'   class Bubble: diff --git a/settings.py b/settings.py index 46b660c..f5aace5 100644 --- a/settings.py +++ b/settings.py @@ -263,6 +263,7 @@ def make_settings_page(session): 'Animal Faces', ('🐻', 'bear face'), ('😺', 'cat face'), + ('🐮', 'cow face'), ('🐶', 'dog face'), ('🦊', 'fox face'), ('🐸', 'frog face'),