Skip to content

Commit 501c5c7

Browse files
committed
chore: bump version to 2.0.10
1 parent 0a5d7a5 commit 501c5c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "extended-markdown-syntax",
33
"name": "Extended Markdown Syntax",
4-
"version": "2.0.9",
4+
"version": "2.0.10",
55
"minAppVersion": "1.7.4",
66
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
77
"author": "Kotaindah55 (Sheva Ihza)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extended-markdown-syntax",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Extend your Markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, and spoiler.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"2.0.6": "1.7.4",
1010
"2.0.7": "1.7.4",
1111
"2.0.8": "1.7.4",
12-
"2.0.9": "1.7.4"
12+
"2.0.9": "1.7.4",
13+
"2.0.10": "1.7.4"
1314
}

0 commit comments

Comments
 (0)