From 61a514d0c05fafe555160766d099e0faccca85f9 Mon Sep 17 00:00:00 2001 From: kaoru <679719+0x6b@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:02:45 +0900 Subject: [PATCH] release v0.15.0 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0c2ba46..15a94e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-selection-as-markdown", - "version": "0.14.0", + "version": "0.15.0", "scripts": { "web-ext": "web-ext", "watch:webextension": "unset WEB_EXT_FIREFOX WEB_EXT_API_KEY WEB_EXT_API_SECRET && web-ext --browser-console --config=web-ext-config.js run", diff --git a/src/manifest.json b/src/manifest.json index da23d8e..511dd19 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Copy Selection as Markdown", - "version": "0.14.0", + "version": "0.15.0", "description": "Copy title, URL, and selection as Markdown", "icons": { "48": "icons/extension.svg",