Skip to content

Commit

Permalink
Upgraded to v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Imolorhe committed Nov 13, 2017
1 parent 67652c7 commit a123aa1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
![altair logo](src/assets/img/altair_logo_128.png "Altair GraphQL Client")


![set url](src/assets/img/set-url.gif "Altair GraphQL Client")
![add fragment](src/assets/img/add-fragment.gif "Altair GraphQL Client")
![set url](src/assets/img/readme/set-url.gif "Altair GraphQL Client")
![add fragment](src/assets/img/readme/add-fragment.gif "Altair GraphQL Client")

# Altair GraphQL Client

Expand Down
6 changes: 4 additions & 2 deletions bin/chrome_ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ 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 readme image assets
echo 'Removing readme image assets...'
rm -rf chrome-extension/assets/img/readme/

# Compress the chrome-extension directory into a zip file
zip -r altair.zip chrome-extension

# Build the extension for firefox
./node_modules/web-ext/bin/web-ext build --source-dir chrome-extension --overwrite-dest

# Running the extension in firefox
# ./node_modules/web-ext/bin/web-ext run --source-dir chrome-extension
2 changes: 2 additions & 0 deletions bin/run_ext_firefox.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Running the extension in firefox
./node_modules/web-ext/bin/web-ext run --source-dir chrome-extension
2 changes: 1 addition & 1 deletion chrome-ext-files/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Altair GraphQL Client",
"short_name": "Altair",
"description": "The only graphQL client you'll ever need.",
"version": "1.4.5",
"version": "1.4.6",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altair",
"version": "1.4.5",
"version": "1.4.6",
"license": "MIT",
"author": "[email protected]",
"description": "The best graphQL client you will ever need",
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit a123aa1

Please sign in to comment.