From d184a1512bd6201106e234be9755ac5895abcca0 Mon Sep 17 00:00:00 2001 From: lingyan Date: Wed, 15 Apr 2015 23:08:10 -0700 Subject: [PATCH] v0.4.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08540372..b0a3234b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchr", - "version": "0.4.9", + "version": "0.4.10", "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",