Skip to content

Commit eaf5dd4

Browse files
committed
0.0.8
1 parent 919edbf commit eaf5dd4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "optimize-canvas-connections",
33
"name": "Optimize Canvas Connections",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
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",
88
"authorUrl": "https://felixchenier.uqam.ca",
99
"isDesktopOnly": false
10-
}
10+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Optimize Canvas Connections",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
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
@@ -5,5 +5,6 @@
55
"0.0.4": "1.1.9",
66
"0.0.5": "1.1.9",
77
"0.0.6": "1.1.9",
8-
"0.0.7": "1.1.9"
8+
"0.0.7": "1.1.9",
9+
"0.0.8": "1.1.9"
910
}

0 commit comments

Comments
 (0)