Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebJohn committed Apr 12, 2022
1 parent ba79fb1 commit 62b79b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-rich-markdown",
"version": "0.8.3",
"version": "0.9.0",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
Expand Down Expand Up @@ -39,4 +39,4 @@
"dependencies": {
"@joplin/lib": "^2.6.3"
}
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "plugin.calebjohn.rich-markdown",
"app_min_version": "2.7",
"version": "0.8.3",
"version": "0.9.0",
"name": "Rich Markdown",
"description": "Helping you ditch the markdown viewer for good.",
"author": "Caleb John",
Expand Down

0 comments on commit 62b79b0

Please sign in to comment.