Skip to content

Commit 660ae52

Browse files
committed
chore: change minAppVer to 1.7.4
1 parent 38a73bd commit 660ae52

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "extended-markdown-syntax",
33
"name": "Extended Markdown Syntax",
4-
"version": "2.0.1",
5-
"minAppVersion": "0.15.0",
4+
"version": "2.0.2",
5+
"minAppVersion": "1.7.4",
66
"description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, aligning.",
77
"author": "Kotaindah55 (Sheva Ihza)",
88
"isDesktopOnly": false

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.1",
3+
"version": "2.0.2",
44
"description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, spoiler, and aligning.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"1.0.1": "0.15.0",
3-
"2.0.0": "0.15.0",
4-
"2.0.1": "0.15.0"
2+
"1.0.1": "1.7.4",
3+
"2.0.0": "1.7.4",
4+
"2.0.1": "1.7.4",
5+
"2.0.2": "1.7.4"
56
}

0 commit comments

Comments
 (0)