diff --git a/package-lock.json b/package-lock.json index aa356e8..02576b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@iconscout/vue-unicons", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iconscout/vue-unicons", - "version": "1.1.0", + "version": "1.2.1", "license": "IconScout Simple License", "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", - "@iconscout/unicons": "^4.0.7", + "@iconscout/unicons": "^4.0.8", "babel-loader": "^8.4.1", "cheerio": "^1.0.0", "css-loader": "^4.3.0", diff --git a/package.json b/package.json index 7b72284..97ae994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iconscout/vue-unicons", - "version": "1.2.0", + "version": "1.2.1", "description": "4,500+ vector icons as easy to use Vue Components", "main": "./lib/cjs/index.js", "module": "./index.js", @@ -36,7 +36,7 @@ "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", - "@iconscout/unicons": "^4.0.7", + "@iconscout/unicons": "^4.0.8", "babel-loader": "^8.4.1", "cheerio": "^1.0.0", "css-loader": "^4.3.0",