diff --git a/package.json b/package.json index 5cd29de9f..8b2246901 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apollo-client-devtools", "description": "Developer tools for Apollo Client, with GraphiQL integration, cache inspection, and query watching.", "license": "MIT", - "version": "3.0.0", + "version": "3.0.1", "scripts": { "install:client": "npm install --prefix development/client", "install:server": "npm install --prefix development/server", diff --git a/src/extension/manifest.json b/src/extension/manifest.json index d7d22844b..0a0881e06 100755 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,5 +1,5 @@ { - "version": "3.0.0", + "version": "3.0.1", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",