diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index c58e7a5990555..f2bf2052a000d 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cli", - "version": "1.0.4", + "version": "1.0.5", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", "main": "index.js", "bin": { diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f73df74d62ac4..ac8493ba87b94 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "React.js Static Site Generator", - "version": "1.6.5", + "version": "1.6.6", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/gatsby-cli.js"