chore: bump to 2.0.8

This commit is contained in:
kotaindah55 2025-04-07 04:29:10 +02:00
parent d160a6b771
commit 4ddf274b8e
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "extended-markdown-syntax",
"name": "Extended Markdown Syntax",
"version": "2.0.7",
"version": "2.0.8",
"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.7",
"version": "2.0.8",
"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

@ -7,5 +7,6 @@
"2.0.4": "1.7.4",
"2.0.5": "1.7.4",
"2.0.6": "1.7.4",
"2.0.7": "1.7.4"
"2.0.7": "1.7.4",
"2.0.8": "1.7.4"
}