From 2e13ef16a4ea425663050c148748476def56b067 Mon Sep 17 00:00:00 2001 From: redonkulus Date: Thu, 5 May 2022 20:37:03 -0700 Subject: [PATCH] 0.7.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 733a352..1b9da44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchr", - "version": "0.7.8", + "version": "0.7.9", "description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data", "main": "./libs/fetcher.js", "browser": "./libs/fetcher.client.js",