Skip to content

Commit 92757be

Browse files
committed
version 0.2.6
1 parent 16f35b8 commit 92757be

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.5",
4+
"version": "0.2.6",
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.5",
3+
"version": "0.2.6",
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
@@ -1,5 +1,6 @@
11
{
22
"0.2.3": "0.15.0",
33
"0.2.4": "0.15.0",
4-
"0.2.5": "0.15.0"
4+
"0.2.5": "0.15.0",
5+
"0.2.6": "0.15.0"
56
}

0 commit comments

Comments
 (0)