diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a05a0e..96e20ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [1.0.14] - 11-01-24 +## [1.0.15] - 11-01-24 ### Changed diff --git a/package-lock.json b/package-lock.json index e225194..92f8e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dash-leaflet", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index cd80997..e97cf7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-leaflet", - "version": "1.0.14", + "version": "1.0.15", "description": "Dash Leaflet is a light wrapper around React-Leaflet. The syntax is similar to other Dash components, with naming conventions following the React-Leaflet API.", "main": "index.ts", "repository": {