Skip to content

Commit 9316ce2

Browse files
committed
new version
1 parent e92ed6e commit 9316ce2

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.6",
4+
"version": "0.2.7",
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.6",
3+
"version": "0.2.7",
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
@@ -2,5 +2,6 @@
22
"0.2.3": "0.15.0",
33
"0.2.4": "0.15.0",
44
"0.2.5": "0.15.0",
5-
"0.2.6": "0.15.0"
5+
"0.2.6": "0.15.0",
6+
"0.2.7": "0.15.0"
67
}

0 commit comments

Comments
 (0)