revert: rebump to 2.0.4

Fix #8 issue. Don't make new version while it has not been released yet.
This commit is contained in:
kotaindah55 2025-03-17 21:23:01 +02:00
parent dd3ab6eb7a
commit 25771e6600
3 changed files with 3 additions and 4 deletions

View file

@ -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)",

View file

@ -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": {

View file

@ -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"
}