From f55a755a0325c9140a1e220bb277607213f28942 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 17 Sep 2015 20:25:11 +0300 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7641142..e93010c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-thunk", - "version": "0.1.0", + "version": "1.0.0", "description": "Thunk middleware for Redux.", "main": "lib/index.js", "scripts": {