From 8784295c648fc2b8c185619e249b842a2b633fcc Mon Sep 17 00:00:00 2001 From: Samuel Imolorhe Date: Sun, 20 May 2018 21:58:09 +0200 Subject: [PATCH] Updated to v1.7.2 --- chrome-ext-files/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome-ext-files/manifest.json b/chrome-ext-files/manifest.json index 2349d90a93..3811bf3ffd 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.7.1", + "version": "1.7.2", "icons": { "16": "assets/img/altair_logo_128.png", "48": "assets/img/altair_logo_128.png", diff --git a/package.json b/package.json index 3803c29a07..47c6c2e3f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "altair", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "author": "Samuel Imolorhe (https://sirmuel.design/)", "description": "The best graphQL client you will ever need",