From bf66b910eee610f56b5649f468347977b0c44d60 Mon Sep 17 00:00:00 2001 From: Rajiv Tirumalareddy Date: Wed, 1 Oct 2014 15:53:15 -0700 Subject: [PATCH] v0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10f92150..878ccef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchr", - "version": "0.3.1", + "version": "0.3.2", "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",