Skip to content

Commit e302e25

Browse files
committed
Update to version 1.4.0
1 parent 1e2761d commit e302e25

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "1.3.0",
5-
"minAppVersion": "0.12.3",
4+
"version": "1.4.0",
5+
"minAppVersion": "0.12.17",
66
"description": "Task management for Obsidian",
77
"author": "Martin Schenck",
88
"authorUrl": "https://github.com/schemar",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tasks",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"scripts": {
@@ -51,4 +51,4 @@
5151
"chrono-node": "2.2.6",
5252
"rrule": "^2.6.8"
5353
}
54-
}
54+
}

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"1.1.2": "0.12.3",
2424
"1.1.3": "0.12.3",
2525
"1.2.0": "0.12.3",
26-
"1.3.0": "0.12.3"
26+
"1.3.0": "0.12.3",
27+
"1.4.0": "0.12.17"
2728
}

0 commit comments

Comments
 (0)