From df1e812fe56dc95e406f268fd2a22cf0201d9261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Mon, 24 Aug 2015 15:56:27 +0200 Subject: [PATCH] Tested with Leaflet 1.0.0-beta1, so updating bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index a5dfc9f..04af175 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Leaflet.LayerGroup.Collision", - "version": "0.0.0", + "version": "0.1.0", "authors": [ "Iván Sánchez Ortega " ], @@ -21,7 +21,7 @@ ], "dependencies": { "rbush": "https://github.com/mourner/rbush.git#~1.3.5", - "leaflet": "~0.7.3" + "leaflet": "~0.7.3 || ~1.0.0" }, "overrides": { "rbush": {