diff --git a/package-lock.json b/package-lock.json index ec3c1a7..e39ba76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paint-bucket", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "paint-bucket", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "algomatic": "^3.2.1" diff --git a/package.json b/package.json index e203b47..bffc4ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paint-bucket", - "version": "2.1.0", + "version": "2.1.1", "description": "Highly performant, extensible, and tiny color manipulation library.", "main": "./index.js", "module": "./index.mjs",