From 938c7113bcc75fd812318a887eaa0896f43c47b7 Mon Sep 17 00:00:00 2001 From: Junwen Qin Date: Tue, 8 Dec 2015 10:48:51 +0800 Subject: [PATCH] 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe714a8..7910daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-promise-thunk", - "version": "0.1.3", + "version": "0.1.4", "description": "Thunk generator to dispatch Flux-Standard-Action in each phase of promise", "main": "lib/index.js", "repository": {