From 25771e660017e726173af0eac87e435ca339bfca Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Mon, 17 Mar 2025 21:23:01 +0200 Subject: [PATCH] revert: rebump to 2.0.4 Fix #8 issue. Don't make new version while it has not been released yet. --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 96db7a3..42be6f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "2.0.5", + "version": "2.0.4", "minAppVersion": "1.7.4", "description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.", "author": "Kotaindah55 (Sheva Ihza)", diff --git a/package.json b/package.json index 661c275..27be178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "2.0.5", + "version": "2.0.4", "description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f9b5f72..a1c9839 100644 --- a/versions.json +++ b/versions.json @@ -4,6 +4,5 @@ "2.0.1": "1.7.4", "2.0.2": "1.7.4", "2.0.3": "1.7.4", - "2.0.4": "1.7.4", - "2.0.5": "1.7.4" + "2.0.4": "1.7.4" } \ No newline at end of file