diff --git a/manifest.json b/manifest.json index 0aba367..d46867f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "extended-markdown-syntax", "name": "Extended Markdown Syntax", - "version": "1.0.0", + "version": "1.0.1", "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)", diff --git a/package.json b/package.json index 8979b7e..e2e937f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extended-markdown-syntax", - "version": "1.0.0", + "version": "1.0.1", "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 new file mode 100644 index 0000000..29588ba --- /dev/null +++ b/versions.json @@ -0,0 +1,3 @@ +{ + "1.0.1": "0.15.0" +} \ No newline at end of file