chore: migrate to 2.0.0

This commit is contained in:
kotaindah55 2025-02-05 17:35:02 +02:00
parent 1a7828e5ca
commit 6950fdbf0a
3 changed files with 5 additions and 4 deletions

View file

@ -1,9 +1,9 @@
{
"id": "extended-markdown-syntax",
"name": "Extended Markdown Syntax",
"version": "1.0.1",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"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": "1.0.1",
"version": "2.0.0",
"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,3 +1,4 @@
{
"1.0.1": "0.15.0"
"1.0.1": "0.15.0",
"2.0.0": "0.15.0"
}