Skip to content

Commit 20f94cc

Browse files
2.0.9
1 parent 9e8aa45 commit 20f94cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "cluster",
33
"name": "Cluster",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"minAppVersion": "1.7.7",
66
"description": "Make the notes clustering simpler on mobile devices and work well on PCs ether, Notes Clustering is the process of creating hierarchical notes structures.",
77
"author": "Lorens Osman",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {
@@ -21,4 +21,4 @@
2121
"tslib": "2.4.0",
2222
"typescript": "4.7.4"
2323
}
24-
}
24+
}

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"2.0.4": "1.5.3",
1010
"2.0.5": "1.5.3",
1111
"2.0.6": "1.7.4",
12-
"2.0.8": "1.7.7"
12+
"2.0.9": "1.7.7"
1313
}

0 commit comments

Comments
 (0)