From 3d378f9a3163122324564409320d5a3a91ad26d3 Mon Sep 17 00:00:00 2001 From: Caio Kinzel Filho Date: Mon, 9 Dec 2019 13:00:08 +0300 Subject: [PATCH] v1.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9ea34e..d9b30f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-router-auth0", "description": "Library to get started quickly with Auth0 using React and React-Router.", - "version": "1.0.8", + "version": "1.0.9", "main": "dist/index.js", "license": "MIT", "author": "Caio Kinzel Filho",