Skip to content

Commit

Permalink
Update version to 1.1.8 in manifest.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lumoe committed Jan 22, 2024
1 parent 5b6c0b1 commit 9d50486
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.7",
"version": "1.1.8",
"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.7",
"version": "1.1.8",
"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 @@ -12,5 +12,6 @@
"1.1.4": "0.12.12",
"1.1.5": "0.12.12",
"1.1.6": "0.12.12",
"1.1.7": "0.12.12"
"1.1.7": "0.12.12",
"1.1.8": "0.12.12"
}

0 comments on commit 9d50486

Please sign in to comment.