From 18b3675b5f44dd26e57d7305404a42181f57174a Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Fri, 18 Apr 2025 17:15:41 +0200 Subject: [PATCH] chore: bump version to 2.0.11 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 37824a3..5c44b99 100644 --- a/manifest.json +++ b/manifest.json @@ -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)", diff --git a/package.json b/package.json index b2be359..29e6961 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index b798c3c..9a6769b 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file