From 381ce7e1e17141009b96c161bc75d6bd07328a71 Mon Sep 17 00:00:00 2001 From: James Baxley Date: Thu, 8 Dec 2016 20:25:05 -0500 Subject: [PATCH] bump version from beta --- Changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5888f391a1..ace5ad14cf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext -### v0.7.0 +### v0.7.1 #### Breaking ```js diff --git a/package.json b/package.json index 374a31df71..e869a9fc51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.7.0", + "version": "0.7.1", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js",