diff --git a/manifest.json b/manifest.json index 3444ef5..ecafeb3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "2.0.1", - "minAppVersion": "0.15.0", + "version": "2.0.2", + "minAppVersion": "1.7.4", "description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, aligning.", "author": "Kotaindah55 (Sheva Ihza)", "isDesktopOnly": false diff --git a/package.json b/package.json index 2d4eaad..e970c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "2.0.1", + "version": "2.0.2", "description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, spoiler, and aligning.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d92dfd3..673a4e0 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { - "1.0.1": "0.15.0", - "2.0.0": "0.15.0", - "2.0.1": "0.15.0" + "1.0.1": "1.7.4", + "2.0.0": "1.7.4", + "2.0.1": "1.7.4", + "2.0.2": "1.7.4" } \ No newline at end of file