From 98e654bee71da4d7393f489990988c05b6df5a14 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 5 Oct 2016 18:31:48 -0700 Subject: [PATCH] Upgrade to alpha1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c28b1e9..fe6dd09 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues" }, "dependencies": { - "gatsby": "1.0.0-alpha2", + "gatsby": "^1.0.0-alpha3", "lodash": "^4.15.0", "moment": "^2.14.1", "react-document-title": "^2.0.2",