Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
bump extension version and republish
Browse files Browse the repository at this point in the history
  • Loading branch information
sballesteros committed Dec 14, 2019
1 parent b0e9dc8 commit e4050d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,23 +202,24 @@ the same time as they will overwrite each other.** If you did:
extension:watch` **OR** `npm run extension:watch-firefox`


#### Production
#### Production (publish to web stores)

##### Chrome

1. Run `npm install`
2. Set the `version` property of the `extension/manifest.json` file
3. Run `npm run extension:build`
4. Run `npm run extension:pack`
5. Upload the created `extension.zip` file to the Chrome web store
5. Upload the created `extension.zip` file to the [Chrome web store](https://chrome.google.com/webstore/developer/dashboard)

##### Firefox

1. Run `npm install`
2. Set the `version` property of the `extension/manifest.json` file
3. Run `npm run extension:build-firefox`
4. Run `npm run extension:pack-firefox`
5. Upload the created `extension-firefox.zip` file to the Firefox web store
5. Upload the created `extension-firefox.zip` file to the [Firefox web
store](https://addons.mozilla.org/en-US/developers/)


Note: to include the unbundled source code of the extension (asked by Mozilla
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Outbreak Science Rapid PREreview",
"version": "1.1",
"version": "1.2",
"description": "Outbreak Science Rapid PREreview facilitates rapid, open review of preprint related to outbreaks",
"permissions": [
"tabs",
Expand Down

0 comments on commit e4050d1

Please sign in to comment.