Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaël UTARD committed Feb 11, 2020
1 parent 97ea900 commit 298afa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 298afa7

Please sign in to comment.