From d4d9680ade55e2c932d953f553d22c962ce785a1 Mon Sep 17 00:00:00 2001 From: TheRealFlyingCoder Date: Mon, 27 Dec 2021 08:05:20 +0000 Subject: [PATCH] 1.0.1 --- 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 bcc0472..c66a004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth-socials", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth-socials", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "remix-auth": "^3.0.0", diff --git a/package.json b/package.json index 1c4151a..efb42d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth-socials", - "version": "1.0.0", + "version": "1.0.1", "description": "A collection of social media strategies for remix-auth", "author": { "name": "Tom Rowe",