From b41fc7a7896d5a85f51640d40f1a01cc08c0056e Mon Sep 17 00:00:00 2001 From: Rajiv Tirumalareddy Date: Mon, 13 Oct 2014 10:48:06 -0700 Subject: [PATCH] 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c43a767..45faefb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchr", - "version": "0.3.5", + "version": "0.4.0", "description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", "main": "index.js", "browser": "./libs/fetcher.client.js",