Skip to content

Commit 7a954a3

Browse files
committed
chore: bump version into 2.0.1
1 parent c817d7a commit 7a954a3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "extended-markdown-syntax",
33
"name": "Extended Markdown Syntax",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"minAppVersion": "0.15.0",
66
"description": "Extend your markdown syntax using delimiters instead of HTML tags, such as underlining, superscript, subscript, highlighting, aligning.",
77
"author": "Kotaindah55 (Sheva Ihza)",

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.0",
3+
"version": "2.0.1",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.1": "0.15.0",
3-
"2.0.0": "0.15.0"
3+
"2.0.0": "0.15.0",
4+
"2.0.1": "0.15.0"
45
}

0 commit comments

Comments
 (0)