diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index f1ad4795a5ebd..a10012c819de2 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-create-client-paths", - "version": "1.0.2", + "version": "1.0.3", "description": "Gatsby-plugin for creating paths that exist only on the client", "main": "index.js", "scripts": { diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 0443f6ebb649e..1db1794cb7041 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.9.160", + "version": "1.9.161", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"