Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Oct 14, 2021
1 parent 879424b commit dd0632e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-extract-plugin",
"version": "1.0.2",
"version": "1.0.5",
"description": "Extract highlighted/bold content from block. Optionally, you can set the regex in settings to get what you want.",
"main": "index.html",
"author": "Sidharth Panwar",
Expand All @@ -19,5 +19,8 @@
"logseq": {
"id": "logseq-extract",
"icon": "./extract.svg"
}
},
"browserslist": [
"chrome 80"
]
}

0 comments on commit dd0632e

Please sign in to comment.