Skip to content

Commit

Permalink
Update to version 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jul 12, 2024
1 parent 4aca384 commit e911e58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
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.6.0",
"version": "7.6.1",
"minAppVersion": "1.1.1",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"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.6.0",
"version": "7.6.1",
"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 @@ -100,5 +100,6 @@
"7.3.0": "1.1.1",
"7.4.0": "1.1.1",
"7.5.0": "1.1.1",
"7.6.0": "1.1.1"
"7.6.0": "1.1.1",
"7.6.1": "1.1.1"
}

0 comments on commit e911e58

Please sign in to comment.