Skip to content

Commit

Permalink
update: downgrade app_min_version
Browse files Browse the repository at this point in the history
  • Loading branch information
wx committed Nov 28, 2023
1 parent c946c87 commit f33ec8d
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.0",
"version": "1.0.1",
"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",
"app_min_version": "2.12",
"version": "1.0.0",
"app_min_version": "2.8",
"version": "1.0.1",
"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 f33ec8d

Please sign in to comment.