From 298afa7cfef93450f6ad4955d5df020340433cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20UTARD?= Date: Tue, 11 Feb 2020 17:22:51 +0100 Subject: [PATCH] Release 1.1.2 --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5d724b..a70cdd1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ npm install leaflet-spin ### Manually -Download the [latest release](https://github.com/makinacorpus/Leaflet.Spin/releases/tag/1.1.1) and include it in your app +Download the [latest release](https://github.com/makinacorpus/Leaflet.Spin/releases/tag/1.1.2) and include it in your app Usage @@ -90,6 +90,9 @@ npm run deploy # deploy to gh-pages Changelog ----- +### 1.1.2 +Should work with all 0.x and 1.x versions of leaflet + ### 1.1.1 Add the dependency to spin.js in the module definition diff --git a/package.json b/package.json index c120b89..bcdc0ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-spin", - "version": "1.1.1", + "version": "1.1.2", "description": "Show a spinner on a Leaflet map using Spin.js", "main": "leaflet.spin.js", "scripts": {