diff --git a/README.md b/README.md index 5e6156a..8df1f24 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | -| [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.1 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | +| [🏠](https://github.com/lkiThakur/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.2 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.0 | Inline tags plugin | Roman Musin | | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | diff --git a/manifests.json b/manifests.json index 9d4eb32..a9d2280 100644 --- a/manifests.json +++ b/manifests.json @@ -734,7 +734,7 @@ "manifest_version": 1, "id": "com.lki.homenote", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.0.2", "name": "Home Note", "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", "author": "Adarsh Singh(lki)", @@ -745,8 +745,8 @@ "homepage", "default-page" ], - "_publish_hash": "sha256:e538e64993cd18c152b8bb55fb15c6980e4f457aa405e39b9ec79aba17c660f1", - "_publish_commit": "master:ae330b68ef2b40229eb6a0cd892c0ccb191c62d9", + "_publish_hash": "sha256:813222bd7f9d3bf2f9e9ba0750260cd117a6904c2272bb0ad5ff32cc9071ed79", + "_publish_commit": "master:a84b7c04d982954c407f27da6517b5459f122c2b", "_npm_package_name": "joplin-plugin-home-note" }, "joplin-plugin-conflict-resolution": { diff --git a/plugins/com.lki.homenote/manifest.json b/plugins/com.lki.homenote/manifest.json index b3b02e8..78c82b5 100644 --- a/plugins/com.lki.homenote/manifest.json +++ b/plugins/com.lki.homenote/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.lki.homenote", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.0.2", "name": "Home Note", "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", "author": "Adarsh Singh(lki)", @@ -13,7 +13,7 @@ "homepage", "default-page" ], - "_publish_hash": "sha256:e538e64993cd18c152b8bb55fb15c6980e4f457aa405e39b9ec79aba17c660f1", - "_publish_commit": "master:ae330b68ef2b40229eb6a0cd892c0ccb191c62d9", + "_publish_hash": "sha256:813222bd7f9d3bf2f9e9ba0750260cd117a6904c2272bb0ad5ff32cc9071ed79", + "_publish_commit": "master:a84b7c04d982954c407f27da6517b5459f122c2b", "_npm_package_name": "joplin-plugin-home-note" } \ No newline at end of file diff --git a/plugins/com.lki.homenote/plugin.jpl b/plugins/com.lki.homenote/plugin.jpl index d688810..0643a8b 100644 Binary files a/plugins/com.lki.homenote/plugin.jpl and b/plugins/com.lki.homenote/plugin.jpl differ