Skip to content

Commit

Permalink
Add da locale (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcain authored Jan 25, 2021
1 parent fbb0159 commit 1e2ba68
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": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.4.17",
"version": "1.4.18",
"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": "calendar",
"version": "1.4.17",
"version": "1.4.18",
"description": "Calendar view of your daily notes",
"author": "liamcain",
"main": "main.js",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"obsidian": "obsidianmd/obsidian-api#master",
"obsidian-calendar-ui": "0.2.3",
"obsidian-calendar-ui": "0.2.4",
"obsidian-daily-notes-interface": "0.5.1",
"svelte": "3.31.0",
"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 @@ -3314,10 +3314,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

[email protected].3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/obsidian-calendar-ui/-/obsidian-calendar-ui-0.2.3.tgz#7c0c1b23e439788c777e641a06ebb39e629e0b46"
integrity sha512-R6m+HFqoonRQ+Iei33QJ7/gjWaZTvJ/YYa/NQz8MDqjS7QxQXI+sLm7dF/ybbK8toIfHB8Dm2gjmTEf+EG5sog==
[email protected].4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/obsidian-calendar-ui/-/obsidian-calendar-ui-0.2.4.tgz#8e6f3bcfca51c8f97345ddab426b2abefbbe5249"
integrity sha512-VSpgqmUKhy3wG/x6XRHbK3H57DzddRcsvS17/M+XnryAzT4unQa10th5ikWMfDHWdkbwqYxyvf90NWkcIr4NdQ==
dependencies:
obsidian-daily-notes-interface "0.5.1"
svelte "3.31.0"
Expand Down

0 comments on commit 1e2ba68

Please sign in to comment.