diff --git a/package-lock.json b/package-lock.json index 51e9419..de87f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "image-map-creator", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9c504e2..10d218a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image-map-creator", - "version": "1.1.6", + "version": "1.1.7", "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",