updated to 1.0.1

This commit is contained in:
kotaindah55 2024-09-27 22:21:44 +03:00
parent 36bd68f91e
commit 236148d02a
3 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"id": "extended-markdown-syntax",
"name": "Extended Markdown Syntax",
"version": "1.0.0",
"version": "1.0.1",
"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)",

View file

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

3
versions.json Normal file
View file

@ -0,0 +1,3 @@
{
"1.0.1": "0.15.0"
}