Skip to content

Commit

Permalink
chore: manifest option
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhao1999 committed Oct 31, 2022
1 parent 33a30a1 commit 0698e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-scroll-to-top-plugin",
"name": "Scroll to Top Plugin",
"version": "1.1.0",
"version": "1.1.2",
"minAppVersion": "0.15.0",
"description": "This is a plugin for Obsidian that adds a button to scroll to the top of the current note.",
"author": "cloudhao1999",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.1.2": "0.15.0"
}

0 comments on commit 0698e69

Please sign in to comment.