From 6f279e369a40a65daa013d2a3f28e6b814f8bfd3 Mon Sep 17 00:00:00 2001 From: Michiel van Roon Date: Fri, 18 Feb 2022 13:47:57 +0100 Subject: [PATCH] chore: bump version to 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c99b5b..d46ab7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-axios-jwt", - "version": "1.4.0", + "version": "1.5.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",