diff --git a/package-lock.json b/package-lock.json index a76c4d5..df7519a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "boring-avatars", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "boring-avatars", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "devDependencies": { "@babel/core": "7.6.0", diff --git a/package.json b/package.json index 214ce8a..c753e24 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "boring-avatars", "description": "Boring avatars is a tiny JavaScript React library that generates custom, SVG-based, round avatars from any username and color palette.", "homepage": "https://boringavatars.com/", - "version": "1.7.0", + "version": "1.8.0", "main": "build/index.js", "types": "index.d.ts", "repository": {