Skip to content

Commit

Permalink
release: 1.5.14
Browse files Browse the repository at this point in the history
Closes #100, #101
  • Loading branch information
cqroot committed Dec 13, 2024
1 parent d9713e6 commit 853d406
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-outline",
"version": "1.5.13",
"version": "1.5.14",
"description": "",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
Expand Down
18 changes: 9 additions & 9 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"manifest_version": 1,
"id": "outline",
"app_min_version": "1.6.7",
"version": "1.5.13",
"name": "Outline",
"description": "Outline (TOC) sidebar plugin for joplin.",
"author": "cqroot",
"homepage_url": "https://github.com/cqroot/joplin-outline"
}
"manifest_version": 1,
"id": "outline",
"app_min_version": "1.6.7",
"version": "1.5.14",
"name": "Outline",
"description": "Outline (TOC) sidebar plugin for joplin.",
"author": "cqroot",
"homepage_url": "https://github.com/cqroot/joplin-outline"
}

0 comments on commit 853d406

Please sign in to comment.