Skip to content

Commit

Permalink
Updated to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed May 12, 2018
1 parent baf8c4f commit b21a593
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bin/chrome_ext.sh
Expand Up @@ -24,6 +24,9 @@ find chrome-extension -name '*.map' -type f -delete
# Remove all .DS_Store files from the chrome-extension directory
find chrome-extension -name '.DS_Store' -type f -delete

# Remove all stats.json files from the chrome-extension directory
find chrome-extension -name 'stats.json' -type f -delete

# Remove all readme image assets
echo 'Removing readme image assets...'
rm -rf chrome-extension/assets/img/readme/
Expand Down
2 changes: 1 addition & 1 deletion chrome-ext-files/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Altair GraphQL Client",
"short_name": "Altair",
"description": "The only graphQL client you'll ever need.",
"version": "1.7.0",
"version": "1.7.1",
"icons": {
"16": "assets/img/altair_logo_128.png",
"48": "assets/img/altair_logo_128.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "altair",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"author": "Samuel Imolorhe <samuelimolo4real@gmail.com> (https://sirmuel.design/)",
"description": "The best graphQL client you will ever need",
Expand Down

0 comments on commit b21a593

Please sign in to comment.