Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed May 6, 2024
1 parent c047640 commit 0ed1253
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 0.0.2

Support Joplin mobile.
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-debug-info",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.joplin-plugin-debug-info",
"app_min_version": "2.14",
"version": "0.0.1",
"version": "0.0.2",
"name": "Joplin debug tool",
"description": "Adds a panel that shows additional information about the current note.",
"author": "Henry Heino",
"homepage_url": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets",
"repository_url": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets",
"keywords": ["snippets", "autocomplete", "suggestions"],
"categories": ["editor", "productivity"],
"keywords": ["debug", "delete", "resources", "info"],
"categories": ["developer tools", "productivity"],
"platforms": ["desktop", "mobile"]
}

0 comments on commit 0ed1253

Please sign in to comment.