diff --git a/requirements.txt b/requirements.txt
index 19a3ab53f361bb475ab8ed8248c4d5a1f4768b23..a744e0e030f0be63435041778103d09beea6b58b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,5 @@ psycopg2==2.5.2
 python-social-auth==0.1.23
 simplejson
 South==0.7.6
-django-leaflet-storage==0.6.11
+django-leaflet-storage==0.6.12
 django-pgindex==0.8.2
diff --git a/umap/__init__.py b/umap/__init__.py
index cdbced5db342ad033dc1997fb1103a28f490f978..8aa795ff2926b823a41c5e1c4b81e8e4127c5ce3 100644
--- a/umap/__init__.py
+++ b/umap/__init__.py
@@ -1,5 +1,5 @@
 "Create maps with OpenStreetMap layers in a minute and embed them in your site."
-VERSION = (0, 6, 11)
+VERSION = (0, 6, 12)
 
 __author__ = 'Yohan Boniface'
 __contact__ = "yb@enix.org"