diff --git a/package-lock.json b/package-lock.json index 4732bb6..8122f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-lazyimages", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a1b07be..66ca8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-lazyimages", - "version": "2.0.0", + "version": "2.0.1", "description": "An 11ty plugin that adds lazy loading to your images", "main": ".eleventy.js", "scripts": {