Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed May 24, 2024
1 parent 5452985 commit 4066184
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "daily-notes-editor",
"name": "Daily Notes Editor",
"version": "0.1.5",
"minAppVersion": "0.15.0",
"description": "Edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.",
"author": "Quorafind",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
"id": "daily-notes-editor",
"name": "Daily Notes Editor",
"version": "0.1.5",
"minAppVersion": "0.15.0",
"description": "Edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.",
"author": "Quorafind",
"authorUrl": "https://obsidian.md",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daily-notes-editor",
"version": "0.1.4",
"version": "0.1.5",
"description": "A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.",
"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 @@ -7,5 +7,6 @@
"0.0.7": "0.15.0",
"0.1.0": "0.15.0",
"0.1.2": "0.15.0",
"0.1.4": "0.15.0"
"0.1.4": "0.15.0",
"0.1.5": "0.15.0"
}

0 comments on commit 4066184

Please sign in to comment.