Skip to content

Commit f7c172f

Browse files
committed
chore: bump to 2.0.7
1 parent 764c856 commit f7c172f

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.6",
4+
"version": "2.0.7",
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.6",
3+
"version": "2.0.7",
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
@@ -6,5 +6,6 @@
66
"2.0.3": "1.7.4",
77
"2.0.4": "1.7.4",
88
"2.0.5": "1.7.4",
9-
"2.0.6": "1.7.4"
9+
"2.0.6": "1.7.4",
10+
"2.0.7": "1.7.4"
1011
}

0 commit comments

Comments
 (0)