Skip to content

Commit 03c05fc

Browse files
committed
v0.2.9
1 parent 00e3c10 commit 03c05fc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tasks-calendar-wrapper",
33
"name": "Tasks Calendar Wrapper",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"minAppVersion": "0.15.0",
66
"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).",
77
"author": "zhuwenq",

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.8",
3+
"version": "0.2.9",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"0.2.5": "0.15.0",
55
"0.2.6": "0.15.0",
66
"0.2.7": "0.15.0",
7-
"0.2.8": "0.15.0"
7+
"0.2.8": "0.15.0",
8+
"0.2.9": "0.15.0"
89
}

0 commit comments

Comments
 (0)