Skip to content

Commit

Permalink
update: keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
wx committed Nov 28, 2023
1 parent f33ec8d commit 07822c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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-app-lock",
"version": "1.0.1",
"version": "1.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
7 changes: 5 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"manifest_version": 1,
"id": "app.locker",
"app_min_version": "2.8",
"version": "1.0.1",
"version": "1.0.2",
"name": "joplin plugin app locker",
"description": "A joplin plugin which will lock joplin app when it is idle.",
"author": "ladyrank",
"homepage_url": "https://github.com/ladyrank/joplin-plugin-app-locker",
"repository_url": "https://github.com/ladyrank/joplin-plugin-app-locker.git",
"keywords": [],
"keywords": [
"joplin-plugin",
"joplin-plugin-app-locker"
],
"categories": [],
"screenshots": [],
"icons": {}
Expand Down

0 comments on commit 07822c6

Please sign in to comment.