From f33a7542ab6c3d7ad172b5719b2c5e3de4aea411 Mon Sep 17 00:00:00 2001 From: Yvain Liechti Date: Fri, 27 May 2022 15:38:34 +0200 Subject: [PATCH] 1.3.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 be0550f..a2cc6ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylus-svg", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylus-svg", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "stylus": "^0.57.0" diff --git a/package.json b/package.json index beaf732..64101b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylus-svg", - "version": "1.3.0", + "version": "1.3.1", "description": "Stylus function to import svg from a path and include it inline", "main": "index.js", "scripts": {