Skip to content

Commit 899a28d

Browse files
committed
0.0.5
1 parent f597f20 commit 899a28d

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": "obsidian-shorten-canvas-connections",
33
"name": "Shorten Canvas Connections",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"minAppVersion": "1.1.9",
66
"description": "An Obsidian plugin that declutters a canvas by reconnecting notes using their nearest edges.",
77
"author": "Félix Chénier",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Shorten Canvas Connections",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "An Obsidian plugin that declutters a canvas by reconnecting notes using their nearest edges.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"0.0.1": "1.1.9",
33
"0.0.2": "1.1.9",
44
"0.0.3": "1.1.9",
5-
"0.0.4": "1.1.9"
5+
"0.0.4": "1.1.9",
6+
"0.0.5": "1.1.9"
67
}

0 commit comments

Comments
 (0)