diff --git a/manifest.json b/manifest.json index 65c3352..a20dc99 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "scroll-speed", "name": "Scroll Speed", - "version": "1.3.0", + "version": "1.4.0", "minAppVersion": "1.0.3", "description": "This plugin allows you to change the scroll speed inside Obsidian notes.", "author": "Florian Ludewig", diff --git a/versions.json b/versions.json index 9ad3947..6949014 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.12.0", - "1.0.0": "0.12.0" + "1.0.0": "0.12.0", + "1.4.0": "0.12.0" }