diff --git a/package-lock.json b/package-lock.json index a51c0d0..4b349ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "image-map-creator", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c2016f..0feca00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image-map-creator", - "version": "1.1.7", + "version": "1.1.8", "description": "This is a simple map creator tool made with the p5.js library. I want it\r to be easy to use for both the end user and the developper.", "main": "dist/image-map-creator.bundle.js", "types": "dist/src/p5.image-map-creator.d.ts",