diff --git a/composer.json b/composer.json index 4411f58..7e7a551 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,5 @@ "codedungeon/phpunit-result-printer": "^0.31.0", "phpunit/phpunit": "^9.5" }, - "version": "2.0.9" + "version": "2.0.10" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 94d11a7..f059d48 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ce27ded58bb4d58534d49ac79255149e", + "content-hash": "a2721a8216db5fc222e6cd6171dbc82c", "packages": [], "packages-dev": [ { diff --git a/modularity-open-street-map.php b/modularity-open-street-map.php index d4c1895..deaa9f2 100644 --- a/modularity-open-street-map.php +++ b/modularity-open-street-map.php @@ -4,7 +4,7 @@ * Plugin Name: Modularity Open Street Map * Plugin URI: https://github.com/NiclasNorin/modularity-open-street-map * Description: A map based of OSM. - * Version: 2.0.9 + * Version: 2.0.10 * Author: Niclas Norin * Author URI: https://github.com/NiclasNorin * License: MIT diff --git a/package-lock.json b/package-lock.json index be9a415..df273b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "modularity-open-street-map", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "modularity-open-street-map", - "version": "2.0.9", + "version": "2.0.10", "license": "MIT", "dependencies": { "leaflet": "^1.9.3", diff --git a/package.json b/package.json index 4dcfc71..b7b1866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modularity-open-street-map", - "version": "2.0.9", + "version": "2.0.10", "description": "A boilerplate repo for WordPress plugins.", "main": "", "repository": {