From 3e2eac4156abe81b350cedd2b069a076b791bfdc Mon Sep 17 00:00:00 2001 From: Michiel van Roon Date: Thu, 3 Jun 2021 10:52:38 +0200 Subject: [PATCH] chore(release): bump package.json to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 655074a..114886e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-axios-jwt", - "version": "1.0.1", + "version": "1.1.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",