diff --git a/manifest.json b/manifest.json index 9ede48a..a2ef1d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "code-styler", "name": "Code Styler", - "version": "1.0.8", + "version": "1.0.5", "minAppVersion": "0.15.0", "description": "Styles codeblocks and inline code in both editing mode and reading mode.", "author": "Mayuran Visakan", "authorUrl": "https://github.com/mayurankv", "fundingUrl": "https://www.buymeacoffee.com/mayurankv2", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index 933d0d5..18d4851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-styler", - "version": "1.0.8", + "version": "1.0.5", "description": "This is a plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b00ac0c..1a3cb8a 100644 --- a/versions.json +++ b/versions.json @@ -4,8 +4,5 @@ "1.0.2": "0.15.0", "1.0.3": "0.15.0", "1.0.4": "0.15.0", - "1.0.5": "0.15.0", - "1.0.6": "0.15.0", - "1.0.7": "0.15.0", - "1.0.8": "0.15.0" -} \ No newline at end of file + "1.0.5": "0.15.0" +}