From 97d26e739683580b02aa2b9ea07596bbf89941f8 Mon Sep 17 00:00:00 2001 From: john gravois Date: Fri, 24 Mar 2017 14:06:15 -0700 Subject: [PATCH] bump version numbers in readme dependencies section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5d10486..71cb6d7c7 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ If you'd like to inspect and modify the source of Esri Leaflet, follow the instr ### Dependencies -* Esri Leaflet [1.x](https://github.com/Esri/esri-leaflet/releases/tag/v1.0.3) (available on [CDN](https://cdn.jsdelivr.net/leaflet.esri/1.0.4/esri-leaflet.js)) can be used in apps alongside: +* Esri Leaflet [1.x](https://github.com/Esri/esri-leaflet/releases/tag/v1.0.4) (available on [CDN](https://unpkg.com/esri-leaflet@1.0.4)) can be used in apps alongside: * [Leaflet](http://leafletjs.com) version 0.7.x. -* Esri Leaflet [2.x](https://github.com/Esri/esri-leaflet/releases/tag/v2.0.7) (available on [CDN](https://unpkg.com/esri-leaflet@2.0.7)) can be used in apps alongside: +* Esri Leaflet [2.x](https://github.com/Esri/esri-leaflet/releases/tag/v2.0.8) (available on [CDN](https://unpkg.com/esri-leaflet@2.0.8)) can be used in apps alongside: * [Leaflet](http://leafletjs.com) version 1.x. The `master` branch of this repository is *only* compatible with Leaflet 1.x.