diff --git a/README.md b/README.md index 84eea62..1e3119a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This repository contains the following plugins: [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.3.2 | Add inline and other images to the markdown editor. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.3 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/martinkorelic/joplin-plugin-spoiler-cards) | Spoiler cards | 0.3.1 | Create spoiler cards with title and extendable body. | Martin Korelič -[🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.1 | Format the table under the cursor in Markdown editor | Roman Musin +[🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.2 | Format the table under the cursor in Markdown editor | Roman Musin [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake [🏠](https://discourse.joplinapp.org/t/untagged/16680) | Untagged | 2.0.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink diff --git a/manifests.json b/manifests.json index 9d3ae66..dfc596b 100644 --- a/manifests.json +++ b/manifests.json @@ -447,15 +447,15 @@ "manifest_version": 1, "id": "net.rmusin.joplin-table-formatter", "app_min_version": "1.8", - "version": "1.1.1", + "version": "1.1.2", "name": "Table Formatter Plugin", "description": "Format the table under the cursor in Markdown editor", "author": "Roman Musin", "homepage_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "repository_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "keywords": [], - "_publish_hash": "sha256:4bd5cfecd48317eae118bbfbafa22b8c43343dfb4e90152faa0bf4645de1bb0f", - "_publish_commit": "master:90b069f15b1d199696138dfe0fe275dd30a88249", + "_publish_hash": "sha256:23ae09a2b244c5e4d2362ad931a2c8c4ef75c3a85594ca250668670f73ac38d9", + "_publish_commit": "master:5e82b980b2842a2715fe7ab199833df41c8ab377", "_npm_package_name": "joplin-plugin-table-formatter" }, "com.github.marc0l92.joplin-plugin-jira-issue": { diff --git a/plugins/net.rmusin.joplin-table-formatter/manifest.json b/plugins/net.rmusin.joplin-table-formatter/manifest.json index 267594b..992505d 100644 --- a/plugins/net.rmusin.joplin-table-formatter/manifest.json +++ b/plugins/net.rmusin.joplin-table-formatter/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "net.rmusin.joplin-table-formatter", "app_min_version": "1.8", - "version": "1.1.1", + "version": "1.1.2", "name": "Table Formatter Plugin", "description": "Format the table under the cursor in Markdown editor", "author": "Roman Musin", "homepage_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "repository_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "keywords": [], - "_publish_hash": "sha256:4bd5cfecd48317eae118bbfbafa22b8c43343dfb4e90152faa0bf4645de1bb0f", - "_publish_commit": "master:90b069f15b1d199696138dfe0fe275dd30a88249", + "_publish_hash": "sha256:23ae09a2b244c5e4d2362ad931a2c8c4ef75c3a85594ca250668670f73ac38d9", + "_publish_commit": "master:5e82b980b2842a2715fe7ab199833df41c8ab377", "_npm_package_name": "joplin-plugin-table-formatter" } \ No newline at end of file diff --git a/plugins/net.rmusin.joplin-table-formatter/plugin.jpl b/plugins/net.rmusin.joplin-table-formatter/plugin.jpl index 28f79d2..d1a7905 100644 Binary files a/plugins/net.rmusin.joplin-table-formatter/plugin.jpl and b/plugins/net.rmusin.joplin-table-formatter/plugin.jpl differ