mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
chore: bump to 2.0.5
This commit is contained in:
parent
1cf540693f
commit
1839a6c586
3 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "extended-markdown-syntax",
|
||||
"name": "Extended Markdown Syntax",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"minAppVersion": "1.7.4",
|
||||
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting.",
|
||||
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
|
||||
"author": "Kotaindah55 (Sheva Ihza)",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "extended-markdown-syntax",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
"2.0.1": "1.7.4",
|
||||
"2.0.2": "1.7.4",
|
||||
"2.0.3": "1.7.4",
|
||||
"2.0.4": "1.7.4"
|
||||
"2.0.4": "1.7.4",
|
||||
"2.0.5": "1.7.4"
|
||||
}
|
||||
Loading…
Reference in a new issue