chore: bump version to 2.0.11

This commit is contained in:
kotaindah55 2025-04-18 17:15:41 +02:00
parent 6e1f6658c1
commit 18b3675b5f
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.10",
"version": "2.0.11",
"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.10",
"version": "2.0.11",
"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

@ -10,5 +10,6 @@
"2.0.7": "1.7.4",
"2.0.8": "1.7.4",
"2.0.9": "1.7.4",
"2.0.10": "1.7.4"
"2.0.10": "1.7.4",
"2.0.11": "1.7.4"
}