diff --git a/package-lock.json b/package-lock.json index ffd13ea..55b9cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-inline-svg", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-inline-svg", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "svgo": "^3.0.0", diff --git a/package.json b/package.json index 0248fc4..0a44203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-inline-svg", - "version": "0.2.0", + "version": "0.3.0", "description": "Remark plugin that inlines SVG images from markdown and optimises them with SVGO", "main": "index.js", "scripts": {