Skip to content

Commit

Permalink
Update to version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed May 25, 2024
1 parent 2215b9d commit 06e43ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Editing/Postponing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The ⏩ button in Tasks Search results allows you to quickly postpone (or "snooz
> [!released]
>
> - Postpone was introduced in Tasks 5.3.0.
> - The ability to remove the existing date was introduced in Tasks X.Y.Z.
> - The ability to remove the existing date was introduced in Tasks 7.3.0.
### Click and Context Menu

Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel
Move the older ones down to the top of the comment block below...
-->

- X.Y.Z:
- 7.3.0:
- Add 'Remove date' option to the [[Postponing|postpone]] right-click menu in search results.
- 7.2.0:
- Much improved layout of the [[Create or edit Task]] modal, on mobile devices.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.2.0",
"version": "7.3.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks",
"version": "7.2.0",
"version": "7.3.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@
"6.2.0": "1.1.1",
"7.0.0": "1.1.1",
"7.1.0": "1.1.1",
"7.2.0": "1.1.1"
"7.2.0": "1.1.1",
"7.3.0": "1.1.1"
}

0 comments on commit 06e43ac

Please sign in to comment.