Skip to content

Commit

Permalink
Merge pull request #46 from 0x6b/link-style-option
Browse files Browse the repository at this point in the history
feat: add option to disable link styling
  • Loading branch information
0x6b authored Oct 14, 2019
2 parents c4cbdcf + 61a514d commit 4062aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4062aee

Please sign in to comment.