Bubble [main]

Added Hedgehog avatar; bumped version to 9.13

ae602d3b33f0b47e585a6d773d65100aabfd9cb2
diff --git a/50_bubble.py b/50_bubble.py
index 4a74389..a5746cb 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -18,7 +18,7 @@ from utils import *
 from worker import *
 
 
-__version__ = '9.12'
+__version__ = '9.13'
 
 
 class Bubble:
diff --git a/settings.py b/settings.py
index 1413fd0..4a38065 100644
--- a/settings.py
+++ b/settings.py
@@ -279,6 +279,7 @@ def make_settings_page(session):
             ('🐉', 'dragon'),
             ('🦆', 'duck'),
             ('🐐', 'goat'),
+            ('🦔', 'hedgehog'),
             ('🦎', 'lizard'),
             ('🐁', 'mouse'),
             ('🐙', 'octopus'),