Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Jul 29, 2018
1 parent e668542 commit ed119f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
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.3.0",
"version": "0.3.1",
"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/ --source-dir dist --artifacts-dir dist/web-ext-artifacts 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.3.0",
"version": "0.3.1",
"description": "Copy title, URL, and selection as Markdown",
"icons": {
"48": "icons/default.svg",
Expand Down

0 comments on commit ed119f6

Please sign in to comment.