Skip to content

Commit

Permalink
Merge branch 'fix/rollover-not-working'
Browse files Browse the repository at this point in the history
  • Loading branch information
lumoe committed May 26, 2023
2 parents 7502ff2 + dd209bd commit 5a11476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-rollover-daily-todos",
"name": "Rollover Daily Todos",
"version": "1.1.5",
"version": "1.1.6",
"minAppVersion": "0.12.12",
"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)",
"author": "Lukas Mölschl",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-rollover-daily-todos",
"version": "1.1.5",
"version": "1.1.6",
"description": "This Obsidian.md plugin rolls over incomplete TODOs from the previous daily note to today's daily note. (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"1.1.2": "0.12.12",
"1.1.3": "0.12.12",
"1.1.4": "0.12.12",
"1.1.5": "0.12.12"
"1.1.5": "0.12.12",
"1.1.6": "0.12.12"
}

0 comments on commit 5a11476

Please sign in to comment.