From 6950fdbf0aa28da9c88a85eb50d3d9dcf88c3965 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Wed, 5 Feb 2025 17:35:02 +0200 Subject: [PATCH] chore: migrate to 2.0.0 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 52475f4..e31328a 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package.json b/package.json index e2e937f..b2f4448 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 29588ba..59338e8 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.1": "0.15.0" + "1.0.1": "0.15.0", + "2.0.0": "0.15.0" } \ No newline at end of file