From c33e2fdc219b5598dfe6a663447f5de0031bef0b Mon Sep 17 00:00:00 2001 From: Arpan Rank Date: Wed, 29 Mar 2023 12:29:36 +0530 Subject: [PATCH] Release 1.0.2 (#22) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 989dda1..6ad9cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@iconscout/vue-unicons", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e345546..cec29d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iconscout/vue-unicons", - "version": "1.0.1", + "version": "1.0.2", "description": "4,500+ vector icons as easy to use Vue Components", "main": "./lib/cjs/index.js", "module": "/index.js",