Skip to content

Commit ddf83a0

Browse files
3.0.0
1 parent 96689b2 commit ddf83a0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "cluster",
33
"name": "Cluster",
4-
"version": "2.0.9",
5-
"minAppVersion": "1.7.7",
4+
"version": "3.0.0",
5+
"minAppVersion": "1.8.4",
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",
88
"authorUrl": "https://twitter.com/lorans_othman",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "obsidian-sample-plugin",
3-
"version": "2.0.9",
2+
"name": "cluster",
3+
"version": "3.0.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"2.0.4": "1.5.3",
1010
"2.0.5": "1.5.3",
1111
"2.0.6": "1.7.4",
12-
"2.0.9": "1.7.7"
12+
"2.0.9": "1.7.7",
13+
"3.0.0": "1.8.4"
1314
}

0 commit comments

Comments
 (0)