Skip to content

Commit

Permalink
Make visible for Obsidian Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko committed Dec 16, 2021
1 parent fe6f17a commit a85df04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"id": "obsidian-zoom",
"name": "Zoom",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "0.13.10",
"description": "Zoom into heading and lists.",
"author": "Viacheslav Slinko",
"authorUrl": "https://github.com/vslinko",
"isDesktopOnly": true
"authorUrl": "https://github.com/vslinko"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-zoom",
"version": "0.2.0",
"version": "0.2.1",
"description": "Zoom into heading and lists.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.2.1": "0.13.10",
"0.2.0": "0.13.10",
"0.1.2": "0.12.3",
"0.1.1": "0.12.3",
Expand Down

0 comments on commit a85df04

Please sign in to comment.