diff --git a/manifest.json b/manifest.json index d223198..ec25d5f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-scroll-to-top-plugin", "name": "Scroll to Top Plugin", - "version": "1.5.1", + "version": "1.5.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", diff --git a/versions.json b/versions.json index d3f6ce2..d3de8b6 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.4.1": "0.15.0", "1.4.2": "0.15.0", "1.5.0": "0.15.0", - "1.5.1": "0.15.0" + "1.5.1": "0.15.0", + "1.5.2": "0.15.0" }