diff --git a/manifest.json b/manifest.json index e8ccc15..bbd777c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "code-styler", "name": "Code Styler", - "version": "1.1.5", + "version": "1.1.4", "minAppVersion": "0.15.0", "description": "Style and customize codeblocks and inline code in both editing mode and reading mode.", "author": "Mayuran Visakan", diff --git a/package.json b/package.json index cf280c5..582a29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-styler", - "version": "1.1.5", + "version": "1.1.4", "description": "This is a plugin for Obsidian (https://obsidian.md) which lets you style codeblocks and inline code in both editing mode and reading mode.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ddc579d..e9820c9 100644 --- a/versions.json +++ b/versions.json @@ -15,6 +15,5 @@ "1.1.1": "0.15.0", "1.1.2": "0.15.0", "1.1.3": "0.15.0", - "1.1.4": "0.15.0", - "1.1.5": "0.15.0" + "1.1.4": "0.15.0" } \ No newline at end of file