From e4050d174eba6bc06e25fb63c682fc91ebdf7823 Mon Sep 17 00:00:00 2001 From: sballesteros Date: Fri, 13 Dec 2019 21:01:44 -0800 Subject: [PATCH] bump extension version and republish --- README.md | 7 ++++--- extension/manifest.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54e09ee..faaaf6d 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ 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 @@ -210,7 +210,7 @@ the same time as they will overwrite each other.** If you did: 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 @@ -218,7 +218,8 @@ the same time as they will overwrite each other.** If you did: 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 diff --git a/extension/manifest.json b/extension/manifest.json index 4ba678f..d499d8b 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -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",