diff --git a/README.md b/README.md index 0e9de0b..bf4c48c 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.2.1 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/kensam94/joplin-plugin-simple-highlighter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.highlighter/plugin.jpl) | Simple Highlighter | 1.0.0 | Highlight/dehighlight the selected text | Ken Sam | -| [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.3.1 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | +| [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.3.2 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | | [🏠](https://github.com/alondmnt/joplin-plugin-space-indenter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.space-indenter/plugin.jpl) | Space Indenter | 0.2.2 | Indent paragraphs with spaces instead of tabs | alondmnt | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.6 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | | [🏠](https://github.com/alondmnt/joplin-plugin-suitcase/#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl) | Suitcase | 0.2.1 | Change the capitalization of selected text | alondmnt | diff --git a/manifests.json b/manifests.json index 72f86aa..e5bc317 100644 --- a/manifests.json +++ b/manifests.json @@ -1504,7 +1504,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.slash-commands", "app_min_version": "2.2", - "version": "1.3.1", + "version": "1.3.2", "name": "Slash Commands: Datetime & More", "description": "Execute several utilities by typing a command that starts with a slash.", "author": "Hieu-Thi Luong", @@ -1517,8 +1517,8 @@ "commands", "shortcut" ], - "_publish_hash": "sha256:d578ee88fb3f60de11352f21838534bbf7cecf5b36fceb63f72b58fe940e6a50", - "_publish_commit": "main:fd2f143e7240f96001aafd5d83afb3b1537031e2", + "_publish_hash": "sha256:8bf7aa4b48005397f8c300ac884cf4803691ead69495d205e921d590c74a8ae4", + "_publish_commit": "main:3107bb59dd43a1dfd8a62bb883040ad48921b3a8", "_npm_package_name": "joplin-plugin-slash-commands" }, "com.joplin.JSheets": { diff --git a/plugins/com.hieuthi.joplin.slash-commands/manifest.json b/plugins/com.hieuthi.joplin.slash-commands/manifest.json index e077756..88387bb 100644 --- a/plugins/com.hieuthi.joplin.slash-commands/manifest.json +++ b/plugins/com.hieuthi.joplin.slash-commands/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.slash-commands", "app_min_version": "2.2", - "version": "1.3.1", + "version": "1.3.2", "name": "Slash Commands: Datetime & More", "description": "Execute several utilities by typing a command that starts with a slash.", "author": "Hieu-Thi Luong", @@ -15,7 +15,7 @@ "commands", "shortcut" ], - "_publish_hash": "sha256:d578ee88fb3f60de11352f21838534bbf7cecf5b36fceb63f72b58fe940e6a50", - "_publish_commit": "main:fd2f143e7240f96001aafd5d83afb3b1537031e2", + "_publish_hash": "sha256:8bf7aa4b48005397f8c300ac884cf4803691ead69495d205e921d590c74a8ae4", + "_publish_commit": "main:3107bb59dd43a1dfd8a62bb883040ad48921b3a8", "_npm_package_name": "joplin-plugin-slash-commands" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl b/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl index bfafb06..d15ac28 100644 Binary files a/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl and b/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl differ