diff --git a/chrome-ext-files/manifest.json b/chrome-ext-files/manifest.json index 67b1a6e769..5f0f13f3b0 100644 --- a/chrome-ext-files/manifest.json +++ b/chrome-ext-files/manifest.json @@ -3,7 +3,7 @@ "name": "Altair GraphQL Client", "short_name": "Altair", "description": "The only graphQL client you'll ever need.", - "version": "1.6.7", + "version": "1.6.8", "icons": { "16": "assets/img/altair_logo_128.png", "48": "assets/img/altair_logo_128.png", diff --git a/package.json b/package.json index 593d7e5795..2c7e771359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "altair", - "version": "1.6.7", + "version": "1.6.8", "license": "MIT", "author": "Samuel Imolorhe (https://sirmuel.design/)", "description": "The best graphQL client you will ever need",