diff --git a/manifest.json b/manifest.json index 3328951..d9befc3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "2.0.8", + "version": "2.0.9", "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 a56f000..81c71ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "2.0.8", + "version": "2.0.9", "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 e0658cd..a794d5f 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "2.0.5": "1.7.4", "2.0.6": "1.7.4", "2.0.7": "1.7.4", - "2.0.8": "1.7.4" + "2.0.8": "1.7.4", + "2.0.9": "1.7.4" } \ No newline at end of file