Skip to content

Commit

Permalink
Update to version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jun 27, 2023
1 parent f6f1602 commit 27499d1
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": "4.0.0",
"version": "4.0.1",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"author": "Martin Schenck and Clare Macrae",
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": "4.0.0",
"version": "4.0.1",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"3.8.0": "1.1.1",
"3.9.0": "1.1.1",
"3.10.0": "1.1.1",
"4.0.0": "1.1.1"
"4.0.0": "1.1.1",
"4.0.1": "1.1.1"
}

0 comments on commit 27499d1

Please sign in to comment.