Skip to content

Commit

Permalink
release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Oct 14, 2019
1 parent 801f707 commit ffb62e7
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.15.0",
"version": "0.16.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.15.0",
"version": "0.16.0",
"description": "Copy title, URL, and selection as Markdown",
"icons": {
"48": "icons/extension.svg",
Expand Down

0 comments on commit ffb62e7

Please sign in to comment.