mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
chore: bump version to 2.0.10
This commit is contained in:
parent
0a5d7a50b1
commit
501c5c7924
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "extended-markdown-syntax",
|
||||
"name": "Extended Markdown Syntax",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"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)",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "extended-markdown-syntax",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
"2.0.6": "1.7.4",
|
||||
"2.0.7": "1.7.4",
|
||||
"2.0.8": "1.7.4",
|
||||
"2.0.9": "1.7.4"
|
||||
"2.0.9": "1.7.4",
|
||||
"2.0.10": "1.7.4"
|
||||
}
|
||||
Loading…
Reference in a new issue