Skip to content

Commit

Permalink
Update to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schemar committed Apr 23, 2021
1 parent 5851da0 commit 4a44558
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "0.4.0",
"minAppVersion": "0.11.13",
"version": "0.5.0",
"minAppVersion": "12.0.0",
"description": "Task management for Obsidian",
"author": "Martin Schenck",
"authorUrl": "https://github.com/schemar",
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks",
"version": "0.4.0",
"version": "0.5.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"scripts": {
Expand All @@ -10,7 +10,13 @@
"test": "jest --ci",
"test:dev": "jest --watch"
},
"keywords": ["obsidian", "obsidian-plugin", "obsidian-tasks", "task-manager", "task-management"],
"keywords": [
"obsidian",
"obsidian-plugin",
"obsidian-tasks",
"task-manager",
"task-management"
],
"author": "Martin Schenck",
"license": "MIT",
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"0.1.0": "0.11.13",
"0.2.0": "0.11.13",
"0.3.0": "0.11.13",
"0.4.0": "0.11.13"
"0.4.0": "0.11.13",
"0.5.0": "12.0.0"
}

0 comments on commit 4a44558

Please sign in to comment.