joplin-plugin-inline-todo-gui 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-inline-todo-gui",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Convert the text at your cursor into an @TODO checkbox with an optional due date (calendar) and tags, in both the Markdown and Rich Text editors. Companion to the Inline TODO plugin (plugin.calebjohn.todo).",
5
5
  "scripts": {
6
6
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 1,
3
3
  "id": "com.dejoyf.inlineTodoGui",
4
4
  "app_min_version": "3.0.0",
5
- "version": "1.2.4",
5
+ "version": "1.2.5",
6
6
  "name": "Inline TODO Quick Add",
7
7
  "description": "Place your cursor in front of a task in a note, run the command, and it converts the text to the right of the cursor into an @TODO line with an optional due date (defaults to tomorrow, with a click-to-pick calendar) and tags. Pairs with the Inline TODO plugin (plugin.calebjohn.todo).",
8
8
  "author": "Frank DeJoy",
@@ -24,6 +24,6 @@
24
24
  "platforms": [
25
25
  "desktop"
26
26
  ],
27
- "_publish_hash": "sha256:1116efb7e0f17870cdb140d692b0ec409f2445ce25327927ceb3c3ed2d24bd08",
28
- "_publish_commit": "main:af7e36c0726cdd7f28fa11a9bed62d589c60283d"
27
+ "_publish_hash": "sha256:d84af0e54fa1c37c86f38e25baf7ce26c5c58ea47ff7bdac55e5389fe135c1c9",
28
+ "_publish_commit": "main:0558879a9fdce41b6fcc5f55949077944824af12"
29
29
  }