Skip to content

Commit

Permalink
Bump daily notes interface version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain authored Feb 16, 2021
1 parent aeacaf1 commit 122118a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "periodic-notes",
"name": "Periodic Notes",
"description": "Create/manage your daily, weekly, and monthly notes",
"version": "0.0.8",
"version": "0.0.9",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-periodic-notes",
"version": "0.0.8",
"version": "0.0.9",
"description": "Create/manage daily, weekly, and monthly notes",
"author": "liamcain",
"main": "main.js",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@popperjs/core": "2.6.0",
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-daily-notes-interface": "0.7.2",
"obsidian-daily-notes-interface": "0.7.3",
"svelte": "3.32.1",
"tslib": "2.0.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3257,10 +3257,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

[email protected].2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.7.2.tgz#02f732707abe7f68269fd8fed816ea60320b2ed1"
integrity sha512-NKnC5lIB8qnf6otXTcXSPt6aJQxydstvJXntQyKNcqoQtta9bJDG++VyJ1ijORUFeK2QZzG9hHCDTnb7Om47Tg==
[email protected].3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/obsidian-daily-notes-interface/-/obsidian-daily-notes-interface-0.7.3.tgz#48b8917f23aa2534cf4516246a793f44a2e119e8"
integrity sha512-SbaguZ9+qPjiX/VAxONls78ji2hEMALTR3bqmifzLtZf+xUOf7jMvtCsGK7KG4zDMLlpkPT/RnbCenXKvWnbVA==
dependencies:
obsidian obsidianmd/obsidian-api#master
tslib "2.0.3"
Expand Down

0 comments on commit 122118a

Please sign in to comment.