Skip to content

Commit fda48af

Browse files
committed
v0.2.4
1 parent b59403f commit fda48af

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
{
2-
"id": "tasks-calendar-wrapper",
3-
"name": "Tasks Calendar Wrapper",
4-
"version": "0.2.3",
5-
"minAppVersion": "0.15.0",
6-
"description": "This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).",
7-
"author": "zhuwenq",
8-
"authorUrl": "https://github.com/Leonezz",
9-
"isDesktopOnly": false
10-
}
1+
{
2+
"id": "tasks-calendar-wrapper",
3+
"name": "Tasks Calendar Wrapper",
4+
"version": "0.2.4",
5+
"minAppVersion": "0.15.0",
6+
"description": "This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).",
7+
"author": "zhuwenq",
8+
"authorUrl": "https://github.com/Leonezz",
9+
"isDesktopOnly": false
10+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasks-calendar-wrapper",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).",
55
"main": "src/main.ts",
66
"scripts": {

versions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
{
2-
"0.2.3": "0.15.0"
3-
}
1+
{
2+
"0.2.3": "0.15.0",
3+
"0.2.4": "0.15.0"
4+
}

0 commit comments

Comments
 (0)