From a77df6f055fd54e882bc95822fb315f5006be582 Mon Sep 17 00:00:00 2001 From: Andre Medeiros Date: Mon, 21 Dec 2015 21:37:25 +0200 Subject: [PATCH] v7.0.0 Cycle Nested --- docs/api.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index ef3bb62..c286718 100644 --- a/docs/api.md +++ b/docs/api.md @@ -55,3 +55,6 @@ options are: #### Return: *(Function)* the HTTP Driver function + +- - - + diff --git a/package.json b/package.json index 93c04c2..2c58b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycle/http", - "version": "7.0.0-rc2", + "version": "7.0.0", "description": "A Cycle.js Driver for making HTTP requests", "main": "lib/index.js", "author": "Andre Staltz",