Skip to content

Commit

Permalink
Update to version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Nov 26, 2022
1 parent 4a674ca commit 8af683a
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": "1.18.1",
"version": "1.19.0",
"minAppVersion": "0.14.6",
"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": "1.18.1",
"version": "1.19.0",
"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 @@ -46,5 +46,6 @@
"1.16.0": "0.14.6",
"1.17.0": "0.14.6",
"1.18.0": "0.14.6",
"1.18.1": "0.14.6"
"1.18.1": "0.14.6",
"1.19.0": "0.14.6"
}

0 comments on commit 8af683a

Please sign in to comment.