From af717da57ec19e004814f7b7b0001f47e8ae169f Mon Sep 17 00:00:00 2001 From: Connor Couetil Date: Fri, 8 Jul 2022 08:46:35 -0700 Subject: [PATCH] 5.14.0 --- 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 1fbbc101..a1b5437f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-social-icons", - "version": "5.13.0", + "version": "5.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-social-icons", - "version": "5.13.0", + "version": "5.14.0", "license": "MIT", "dependencies": { "prop-types": "^15.7.2" diff --git a/package.json b/package.json index 2072e194..3156e116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-social-icons", - "version": "5.13.0", + "version": "5.14.0", "description": "beautiful, easy svg social icons in react", "main": "./build/react-social-icons.js", "types": "./build/react-social-icons.d.ts",