Skip to content

Commit c4e5c6e

Browse files
committed
chore: Bump version to 1.0.1
- Update manifest.json version to 1.0.1 - Update package.json version to 1.0.1 - Add 1.0.1 entry to versions.json - Prepare for security and quality update release
1 parent e5b6ca1 commit c4e5c6e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "excalink",
33
"name": "Excalink",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"minAppVersion": "0.15.0",
66
"description": "Enable smart auto-suggestion of frame names from .excalidraw.md files when typing [[filename# in the editor",
77
"author": "Aarambha",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excalink-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Enable smart auto-suggestion of frame names from .excalidraw.md files when typing [[filename# in the editor",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"1.0.0": "0.15.0"
2+
"1.0.0": "0.15.0",
3+
"1.0.1": "0.15.0"
34
}

0 commit comments

Comments
 (0)