Skip to content

Commit

Permalink
WIP: browser: no-op version bump (keybase#7785)
Browse files Browse the repository at this point in the history
browser: version bump and fix makefile
  • Loading branch information
shazow authored Jul 28, 2017
1 parent 84ac320 commit aa79be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ release: clean bundle
jq 'del(.key,.applications)' build/manifest.json > build/manifest.chrome.json
@echo "Packaging Chrome..."
cp build/manifest.chrome.json build/manifest.json
cd build && zip -q -r ../keybase-firefox-$(shell jq -r ".version" manifest.json).zip .
cd build && zip -q -r ../keybase-chrome-$(shell jq -r ".version" manifest.json).zip .
@echo "Packaging Firefox..."
cp build/manifest.firefox.json build/manifest.json
cd build && zip -q -r ../keybase-chrome-$(shell jq -r ".version" manifest.json).zip .
cd build && zip -q -r ../keybase-firefox-$(shell jq -r ".version" manifest.json).zip .

clean:
rm -rf build/
Expand Down
2 changes: 1 addition & 1 deletion browser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsc0yU3MTDhx+JC23YHwvWo/TD1Pynkdc9QekQ7S3jpl0isgro3I5K0ywANwBsZicIYhVq3OQTzV4jq53YoJSP9OFApMb3yzqzJ/QmcwpGvHjztD6I2zPoglMLnWj12VNqFqJtqVj5tT+/TQJ2MdY4eCQpuPweEwDLsR9mP2mxlpV1iCNzF2T61DAqnLmV8zeyjrwJ1QRZq/qd0lJR5JRI8+xBTTStOy2eQvnf8ngEXq2R+NXNq10MELtTpfAT0NPPS1lUbJwR9AYbm9f4wQWLxpeyl63WlmbBUsInM9jsfccDo0hULa59IWpgTdFVQFMBFlIEIN7St8QpF09OygMNQIDAQAB",
"name": "Keybase",
"short_name": "Keybase",
"version": "1.10.4",
"version": "1.10.6",
"description": "A secure chat button for every profile.",
"icons": {
"48": "images/icon-keybase-logo-48.png",
Expand Down

0 comments on commit aa79be5

Please sign in to comment.