From 1ec83254a6edb144ca859d2670b890edcd617955 Mon Sep 17 00:00:00 2001 From: Rajiv Tirumalareddy Date: Fri, 12 Dec 2014 16:40:29 -0800 Subject: [PATCH] v0.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc94574b..21f545d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchr", - "version": "0.4.2", + "version": "0.4.3", "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",