diff --git a/README.md b/README.md index d09d90a..fc2be50 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This repository contains the following plugins: | [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 1.1.2 | Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering. | SeptemberHX | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-event-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl) | Event Calendar | 0.2.0 | A simple event calendar | Franco Speziali | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | -| [🏠](https://github.com/kensam94/joplin-plugin-eztable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.eztable/plugin.jpl) | Ez Table | 1.0.0 | Make markdown table easy | Ken Sam | +| [🏠](https://github.com/kensam94/joplin-plugin-eztable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.eztable/plugin.jpl) | Ez Table | 1.0.1 | Make markdown table easy | Ken Sam | | [🏠](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/mak2002/joplin-font-size-shortcut.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.font.size.shortcut/plugin.jpl) | Font Size Shortcut | 1.0.0 | Adds shortcuts to increase/decrease font size | mak2002 | diff --git a/manifests.json b/manifests.json index 3b7e5a8..b95a462 100644 --- a/manifests.json +++ b/manifests.json @@ -2175,7 +2175,7 @@ "manifest_version": 1, "id": "kensam.joplin.plugin.eztable", "app_min_version": "1.8", - "version": "1.0.0", + "version": "1.0.1", "name": "Ez Table", "description": "Make markdown table easy", "author": "Ken Sam", @@ -2184,8 +2184,8 @@ "keywords": [ "table" ], - "_publish_hash": "sha256:ccfd86432572d819432910110c6fc91ec564954ae57bcdc46763f6c728fa008c", - "_publish_commit": "master:534e4ce87ca9564f8609585cd8494d0638d1a5f0", + "_publish_hash": "sha256:fc79ffe4d7a13e9d396691fe6b5bd74e7b314053f03274db30c4ec11acd09d1d", + "_publish_commit": "master:ce1aca877481695fd862f9449c13eee196a8691f", "_npm_package_name": "joplin-plugin-eztable" }, "io.github.personalizedrefrigerator.joplin-vimrc": { diff --git a/plugins/kensam.joplin.plugin.eztable/manifest.json b/plugins/kensam.joplin.plugin.eztable/manifest.json index 923d6d4..22361ef 100644 --- a/plugins/kensam.joplin.plugin.eztable/manifest.json +++ b/plugins/kensam.joplin.plugin.eztable/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "kensam.joplin.plugin.eztable", "app_min_version": "1.8", - "version": "1.0.0", + "version": "1.0.1", "name": "Ez Table", "description": "Make markdown table easy", "author": "Ken Sam", @@ -11,7 +11,7 @@ "keywords": [ "table" ], - "_publish_hash": "sha256:ccfd86432572d819432910110c6fc91ec564954ae57bcdc46763f6c728fa008c", - "_publish_commit": "master:534e4ce87ca9564f8609585cd8494d0638d1a5f0", + "_publish_hash": "sha256:fc79ffe4d7a13e9d396691fe6b5bd74e7b314053f03274db30c4ec11acd09d1d", + "_publish_commit": "master:ce1aca877481695fd862f9449c13eee196a8691f", "_npm_package_name": "joplin-plugin-eztable" } \ No newline at end of file diff --git a/plugins/kensam.joplin.plugin.eztable/plugin.jpl b/plugins/kensam.joplin.plugin.eztable/plugin.jpl index 4ab6ba9..ceff82a 100644 Binary files a/plugins/kensam.joplin.plugin.eztable/plugin.jpl and b/plugins/kensam.joplin.plugin.eztable/plugin.jpl differ