From a94995f53a85097d4ca43374fcde352f48051e7f Mon Sep 17 00:00:00 2001 From: Connor Couetil Date: Sun, 21 Mar 2021 19:46:30 -0700 Subject: [PATCH] 5.0.0 --- 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 dd028c5d..e642d4bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-social-icons", - "version": "5.0.0-rc.1", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b23e2774..05e54019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-social-icons", - "version": "5.0.0-rc.1", + "version": "5.0.0", "description": "beautiful, easy svg social icons in react", "main": "./build/react-social-icons.js", "scripts": {