diff --git a/manifest.json b/manifest.json index 52475f4..e31328a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "1.0.1", + "version": "2.0.0", "minAppVersion": "0.15.0", "description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, aligning.", "author": "Kotaindah55 (Sheva Ihza)", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index e2e937f..b2f4448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "1.0.1", + "version": "2.0.0", "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 29588ba..59338e8 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "2.0.0": "0.15.0" } \ No newline at end of file