diff --git a/50_bubble.py b/50_bubble.py index dd04045..12db8c2 100644 --- a/50_bubble.py +++ b/50_bubble.py @@ -18,7 +18,7 @@ from utils import * from worker import *   -__version__ = '9.5' +__version__ = '9.6'   class Bubble: diff --git a/settings.py b/settings.py index 8a4f5a0..a3c0ef4 100644 --- a/settings.py +++ b/settings.py @@ -257,6 +257,7 @@ def make_settings_page(session): ('👻', 'ghost'), ('💀', 'skull'), ('❤️', 'red heart'), + ('💝', 'heart with ribbon'),  'Animal Faces', ('🐻', 'bear face'),