diff --git a/README.md b/README.md index 307449a..2a240a1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ Changelog ### master ### +* Nothing changed yet. + +### 0.2.1 ### + * Fix layer order (fixes #5) (thanks Albin Larsson) ### 0.2.0 ### diff --git a/package.json b/package.json index 543762d..3f105d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-textpath", - "version": "0.2.0", + "version": "0.2.1", "description": "Shows a text (or a pattern) along a Polyline", "keywords": ["Leaflet", "GIS", "SVG"], "main": "leaflet.textpath.js", @@ -16,4 +16,4 @@ "dependencies": { "leaflet": "*" } -} \ No newline at end of file +}