diff --git a/manifest.json b/manifest.json index eb4adc6..a2e3937 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "darlal-switcher-plus", "name": "Quick Switcher++", - "version": "4.2.0", + "version": "4.2.1", "minAppVersion": "1.5.12", "description": "Enhanced Quick Switcher, search open panels, and symbols.", "author": "darlal", diff --git a/package.json b/package.json index e7a47ac..0e33c20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-switcher-plus", - "version": "4.2.0", + "version": "4.2.1", "description": "Enhanced Quick Switcher plugin for Obsidian.md.", "repository": { "type": "git", diff --git a/versions.json b/versions.json index cb912ae..2dda646 100644 --- a/versions.json +++ b/versions.json @@ -57,5 +57,6 @@ "3.3.9": "1.4.16", "4.0.0": "1.5.3", "4.1.0": "1.5.12", - "4.2.0": "1.5.12" + "4.2.0": "1.5.12", + "4.2.1": "1.5.12" }