From c8d428592faf91f3124f6901d84b855ac7d7f286 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 27 Sep 2022 21:44:30 +0300 Subject: [PATCH] 2.0.0 --- 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 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": {