Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
- Changed isDesktopOnly to false
  • Loading branch information
valentine195 committed Apr 19, 2021
1 parent c021732 commit 51198cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-admonition",
"name": "Admonition",
"version": "3.0.0",
"version": "3.0.1",
"minAppVersion": "0.11.0",
"description": "Admonition block-styled content for Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",
"isDesktopOnly": true
"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": "obsidian-admonition",
"version": "3.0.0",
"version": "3.0.1",
"description": "Admonition block-styled content for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"0.2.3": "0.11.0",
"1.0.1": "0.11.0",
"2.0.1": "0.11.0",
"3.0.0": "0.11.0"
"3.0.1": "0.11.0"
}

0 comments on commit 51198cd

Please sign in to comment.