From 996d65b03d2bfbc82b3d38bba27940bbea5fa1cf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 12 Nov 2022 18:19:15 +0200 Subject: [PATCH] 2.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35bb1a8..689d8e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gulp-svg-sprite", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gulp-svg-sprite", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "plugin-error": "^1.0.1", diff --git a/package.json b/package.json index 3f9a320..b9d9138 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": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/jkphl/gulp-svg-sprite", "author": "Joschi Kuphal (https://jkphl.is)", "repository": {