diff --git a/requirements.txt b/requirements.txt
index df2ae044ae9ff54c9e84872d793a3c03315e6607..17579168f85b7e7e5ac6f9ed7da66e4bf4f17ca7 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.9
+django-leaflet-storage==0.6.10
 django-pgindex==0.8.2
diff --git a/umap/__init__.py b/umap/__init__.py
index d3b23837ae22348e3faa672e7be0804d0c861e23..8e7c34bb031b6c8da411be39809589ac583160b8 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, 8)
+VERSION = (0, 6, 10)
 
 __author__ = 'Yohan Boniface'
 __contact__ = "yb@enix.org"