From 397cf0f1d89f4b7b7ca34b62801476686a1dc6c5 Mon Sep 17 00:00:00 2001 From: Michiel van Roon Date: Thu, 28 Oct 2021 11:57:42 +0200 Subject: [PATCH] 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fbe919..e3eeac8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-axios-jwt", - "version": "1.2.0", + "version": "1.3.0", "description": "Axios interceptor to store, transmit, clear and automatically refresh tokens for authentication in a React Native environment", "main": "dist/index.js", "types": "dist/index.d.ts",