Skip to content

Commit

Permalink
fix: manifest json
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyrank authored Nov 29, 2023
1 parent 07822c6 commit edacd62
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2",
"version": "1.0.3",
"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
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 1,
"id": "app.locker",
"id": "joplin.plugin.app.locker",
"app_min_version": "2.8",
"version": "1.0.2",
"version": "1.0.3",
"name": "joplin plugin app locker",
"description": "A joplin plugin which will lock joplin app when it is idle.",
"author": "ladyrank",
Expand Down

0 comments on commit edacd62

Please sign in to comment.