Skip to content

Commit 786e659

Browse files
committed
Bump Version
1 parent 0f050a2 commit 786e659

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": "obsidian-rollover-daily-todos",
33
"name": "Rollover Daily Todos",
4-
"version": "1.1.8",
4+
"version": "1.2.0",
55
"minAppVersion": "0.12.12",
66
"description": "This Obsidian.md plugin rolls over incomplete TODOs from the previous daily note to today's daily note. (https://obsidian.md). (Originally created by Matthew Sessions)",
77
"author": "Lukas Mölschl",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-rollover-daily-todos",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"description": "This Obsidian.md plugin rolls over incomplete TODOs from the previous daily note to today's daily note. (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"1.1.5": "0.12.12",
1414
"1.1.6": "0.12.12",
1515
"1.1.7": "0.12.12",
16-
"1.1.8": "0.12.12"
16+
"1.1.8": "0.12.12",
17+
"1.2.0": "0.12.12"
1718
}

0 commit comments

Comments
 (0)