From 56f2806ff920f084973418e68d3cd1dbdf66cfb5 Mon Sep 17 00:00:00 2001 From: Joshua Rowley Date: Wed, 25 Apr 2018 09:19:56 +0100 Subject: [PATCH] Semvar patch version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ade5508..d16a3bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-token-auth", - "version": "0.19.0", + "version": "0.19.1", "description": "Redux actions and reducers to integrate with Devise Token Auth", "main": "dist/index.js", "types": "index.d.ts",