chore: change minAppVer to 1.7.4

This commit is contained in:
kotaindah55 2025-02-07 09:41:58 +02:00
parent 38a73bdbab
commit 660ae524f8
3 changed files with 7 additions and 6 deletions

View file

@ -1,8 +1,8 @@
{
"id": "extended-markdown-syntax",
"name": "Extended Markdown Syntax",
"version": "2.0.1",
"minAppVersion": "0.15.0",
"version": "2.0.2",
"minAppVersion": "1.7.4",
"description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, aligning.",
"author": "Kotaindah55 (Sheva Ihza)",
"isDesktopOnly": false

View file

@ -1,6 +1,6 @@
{
"name": "extended-markdown-syntax",
"version": "2.0.1",
"version": "2.0.2",
"description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, spoiler, and aligning.",
"main": "main.js",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"1.0.1": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0"
"1.0.1": "1.7.4",
"2.0.0": "1.7.4",
"2.0.1": "1.7.4",
"2.0.2": "1.7.4"
}