From f7c172fab820c81ecff3f7bcae3c3f7c9fca15b4 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Sun, 6 Apr 2025 23:02:22 +0200 Subject: [PATCH] chore: bump to 2.0.7 --- 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 5d91803..a6036bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "2.0.6", + "version": "2.0.7", "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 278f9ce..47eb7fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "2.0.6", + "version": "2.0.7", "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 876283d..d3cbad7 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "2.0.3": "1.7.4", "2.0.4": "1.7.4", "2.0.5": "1.7.4", - "2.0.6": "1.7.4" + "2.0.6": "1.7.4", + "2.0.7": "1.7.4" } \ No newline at end of file