Skip to content

Commit

Permalink
update to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelveiga committed Mar 23, 2024
1 parent 53a0838 commit 18c7767
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,11 +1,11 @@
{
"id": "widgets",
"name": "Widgets",
"version": "0.0.6",
"version": "0.0.7",
"minAppVersion": "0.15.0",
"description": "Adds widgets to your notes like clock, countdown and quotes.",
"author": "Rafael Veiga",
"authorUrl": "https://rafaelveiga.github.io/",
"fundingUrl": "https://ko-fi.com/rafaelveiga",
"isDesktopOnly": false
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-widgets",
"version": "0.0.6",
"version": "0.0.7",
"description": "Add cool widgets to your notes or your dashboard in Obsidian",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Expand Up @@ -3,5 +3,6 @@
"0.0.2": "0.15.0",
"0.0.3": "0.15.0",
"0.0.4": "0.15.0",
"0.0.6": "0.15.0"
}
"0.0.6": "0.15.0",
"0.0.7": "0.15.0"
}

0 comments on commit 18c7767

Please sign in to comment.