diff --git a/package-lock.json b/package-lock.json index b730c4d..8833e3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@iconscout/react-native-unicons", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iconscout/react-native-unicons", - "version": "2.1.0", + "version": "2.2.1", "license": "IconScout Simple License", "devDependencies": { - "@iconscout/unicons": "^4.0.7", + "@iconscout/unicons": "^4.0.8", "cheerio": "^1.0.0-rc.3", "fs-plus": "^3.1.1", "uppercamelcase": "^3.0.0" diff --git a/package.json b/package.json index f93eb65..c7fbde3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@iconscout/react-native-unicons", "description": "Unicons - 4,500+ vector icons as easy to use vector React Native Components", - "version": "2.2.0", + "version": "2.2.1", "main": "index.js", "scripts": { "generate": "node ./build/generate.js" @@ -35,7 +35,7 @@ "react-native-svg": "^9.5.3" }, "devDependencies": { - "@iconscout/unicons": "^4.0.7", + "@iconscout/unicons": "^4.0.8", "cheerio": "^1.0.0-rc.3", "fs-plus": "^3.1.1", "uppercamelcase": "^3.0.0"