Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from grooves/master
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
tshotoku committed Apr 27, 2015
2 parents 525e1e6 + a53b70a commit 9905b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "forkwell_for_chrome",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"dependencies": {},
Expand Down
8 changes: 1 addition & 7 deletions wercker.yml
Expand Up @@ -37,10 +37,4 @@ deploy:
- script:
name: Uploading a package to update an existing store item
code: |
curl \
-H "Authorization: Bearer $GOOGLE_APP_TOKEN" \
-H "x-goog-api-version: 2" \
-X PUT \
-T dist-$APP_VERSION.zip \
-v \
https://www.googleapis.com/upload/chromewebstore/v1.1/items/$APP_ID
curl -H "Authorization: Bearer $GOOGLE_APP_TOKEN" -H "x-goog-api-version: 2" -X PUT -T dist-$APP_VERSION.zip -v https://www.googleapis.com/upload/chromewebstore/v1.1/items/$APP_ID

0 comments on commit 9905b15

Please sign in to comment.