diff --git a/README.md b/README.md index 146ca2c..f897543 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This repository contains the following plugins: | [🏠](https://github.com/cysacenda/joplin-plugin-evernote-links-replacer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.evernote-links-replacer/plugin.jpl) | Joplin Evernote Links Replacer | 1.0.0 | Replace Evernote links in Joplin | Cyril SACENDA | | [🏠](https://github.com/ravenscroftj/joplin-hypothesis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/uk.co.brainsteam.JoplinHypothesis/plugin.jpl) | Joplin Hypothes.is | 0.1.1 | Monitor and automatically add hypothesis annotations to your joplin notebooks | James Ravenscroft | | [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.2.2 | Joplin plugin to rename note attachments, | makaanneo | -| [🏠](https://github.com/ladyrank/joplin-plugin-app-locker) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.app.locker/plugin.jpl) | joplin plugin app screen locker | 1.0.7 | A joplin plugin which will lock joplin app screen when it is idle. | ladyrank | +| [🏠](https://github.com/ladyrank/joplin-plugin-app-locker) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.app.locker/plugin.jpl) | joplin plugin app screen locker | 1.0.8 | A joplin plugin which will lock joplin app screen when it is idle. | ladyrank | | [🏠](https://github.com/lemedege/joplin-remark-slides) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.remark.slides/plugin.jpl) | Joplin remark slides | 1.0.4 | export note to slides using remarkjs | lemedege | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.3.0 | use to write excalidraw in Joplin | SkyfireLee | diff --git a/manifests.json b/manifests.json index 536094f..b3224f3 100644 --- a/manifests.json +++ b/manifests.json @@ -3238,7 +3238,7 @@ "manifest_version": 1, "id": "joplin.plugin.app.locker", "app_min_version": "2.8", - "version": "1.0.7", + "version": "1.0.8", "name": "joplin plugin app screen locker", "description": "A joplin plugin which will lock joplin app screen when it is idle.", "author": "ladyrank", @@ -3251,8 +3251,8 @@ "categories": [], "screenshots": [], "icons": {}, - "_publish_hash": "sha256:367cc67983339bcb9e9ea288b33f51cc558f3ce0f4f63df4faa57f36e8e99274", - "_publish_commit": "master:fb4d690a555ccf4a147c548a47038e70cb587d23", + "_publish_hash": "sha256:d35f207e6855b7ae25274ad4c58e5416fa7731853178c92f5a4d0268acdf578f", + "_publish_commit": "master:4b56a2604afefa0d2c31b99ec30d8c281aafa5b7", "_npm_package_name": "joplin-plugin-app-lock" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.app.locker/manifest.json b/plugins/joplin.plugin.app.locker/manifest.json index f498dfe..9114661 100644 --- a/plugins/joplin.plugin.app.locker/manifest.json +++ b/plugins/joplin.plugin.app.locker/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.app.locker", "app_min_version": "2.8", - "version": "1.0.7", + "version": "1.0.8", "name": "joplin plugin app screen locker", "description": "A joplin plugin which will lock joplin app screen when it is idle.", "author": "ladyrank", @@ -15,7 +15,7 @@ "categories": [], "screenshots": [], "icons": {}, - "_publish_hash": "sha256:367cc67983339bcb9e9ea288b33f51cc558f3ce0f4f63df4faa57f36e8e99274", - "_publish_commit": "master:fb4d690a555ccf4a147c548a47038e70cb587d23", + "_publish_hash": "sha256:d35f207e6855b7ae25274ad4c58e5416fa7731853178c92f5a4d0268acdf578f", + "_publish_commit": "master:4b56a2604afefa0d2c31b99ec30d8c281aafa5b7", "_npm_package_name": "joplin-plugin-app-lock" } \ No newline at end of file diff --git a/plugins/joplin.plugin.app.locker/plugin.jpl b/plugins/joplin.plugin.app.locker/plugin.jpl index 55a1513..23a369d 100644 Binary files a/plugins/joplin.plugin.app.locker/plugin.jpl and b/plugins/joplin.plugin.app.locker/plugin.jpl differ