diff --git a/README.md b/README.md index d259055..211ccc2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This repository contains the following plugins: | [🏠](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/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.3.0 | Joplin theme with colors of GitHub | marc0l92 | | [🏠](https://github.com/agerardin/joplin-plugin-knowledge-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-knowledge-graph/plugin.jpl) | Graph | 1.1.0 | Notes as nodes. Explore your Joplin knowledge graph. | Antoine Gerardin | -| [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.3 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | +| [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.4 | 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 6bf6908..73ee9af 100644 --- a/manifests.json +++ b/manifests.json @@ -719,7 +719,7 @@ "manifest_version": 1, "id": "com.lki.homenote", "app_min_version": "1.7", - "version": "1.0.3", + "version": "1.0.4", "name": "Home Note", "description": "Plugin to open a choosen note each time joplin starts. It is like homepages on browsers.", "author": "Adarsh Singh(lki)", @@ -730,8 +730,8 @@ "homepage", "default-page" ], - "_publish_hash": "sha256:1ea78d33bb5afac340b7276cf6353f4ab3e6510622e7eedc81b70d4ff6f26605", - "_publish_commit": "master:6347452d388c3318643fd8c763a32052337d6375", + "_publish_hash": "sha256:a5f48f190a034a266eabcb9f0dee5ece50ede6f630305e96178d26a7bf1ed836", + "_publish_commit": "master:4f7d64c9d5fa036049eac2be885ac4f3a47edff3", "_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 2e855dc..39780e0 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.3", + "version": "1.0.4", "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:1ea78d33bb5afac340b7276cf6353f4ab3e6510622e7eedc81b70d4ff6f26605", - "_publish_commit": "master:6347452d388c3318643fd8c763a32052337d6375", + "_publish_hash": "sha256:a5f48f190a034a266eabcb9f0dee5ece50ede6f630305e96178d26a7bf1ed836", + "_publish_commit": "master:4f7d64c9d5fa036049eac2be885ac4f3a47edff3", "_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 ea32ea9..48a1702 100644 Binary files a/plugins/com.lki.homenote/plugin.jpl and b/plugins/com.lki.homenote/plugin.jpl differ