diff --git a/package-lock.json b/package-lock.json index a38f5b9..d0697b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gulp-svg-sprite", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gulp-svg-sprite", - "version": "1.5.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "plugin-error": "^1.0.1", diff --git a/package.json b/package.json index aef24f6..4418397 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-svg-sprite", "description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", - "version": "1.5.0", + "version": "2.0.0", "homepage": "https://github.com/jkphl/gulp-svg-sprite", "author": "Joschi Kuphal (https://jkphl.is)", "repository": {