diff --git a/package.json b/package.json index 2491234..9cc2181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-selection-as-markdown", - "version": "0.12.0", + "version": "0.13.0", "scripts": { "web-ext": "web-ext", "watch:webextension": "unset WEB_EXT_API_KEY WEB_EXT_API_SECRET && web-ext --browser-console --start-url https://developer.mozilla.org/en-US/Add-ons/WebExtensions/web-ext_command_reference --start-url https://www.mozilla.org/en-US/contribute/ --start-url https://stats.stackexchange.com/questions/235528/backpropagation-with-softmax-cross-entropy --start-url https://www.w3schools.com/html/html_iframe.asp --source-dir dist --artifacts-dir dist/web-ext-artifacts run", diff --git a/src/manifest.json b/src/manifest.json index d930669..4de33db 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Copy Selection as Markdown", - "version": "0.12.0", + "version": "0.13.0", "description": "Copy title, URL, and selection as Markdown", "icons": { "48": "icons/extension.svg",