From d71c5bcc1f85b5140bfee8b8828bd938df560bcb Mon Sep 17 00:00:00 2001 From: kaoru <679719+0x6b@users.noreply.github.com> Date: Mon, 15 Jul 2019 22:16:02 +0900 Subject: [PATCH] release v0.13.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",