Skip to content

Commit 4be73f2

Browse files
2.0.8
1 parent 4dbb596 commit 4be73f2

File tree

4 files changed

+6
-20
lines changed

4 files changed

+6
-20
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": "1.0.0",
5-
"minAppVersion": "1.5.3",
4+
"version": "2.0.8",
5+
"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",
88
"authorUrl": "https://twitter.com/lorans_othman",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "1.0.0",
3+
"version": "2.0.8",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {
77
"dev": "node esbuild.config.mjs",
88
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9-
"version": "node version-bump.mjs && git add manifest.json versions.json",
109
"sass": "sass -w ./src/style/style.scss:./styles.css "
1110
},
1211
"keywords": [],

version-bump.mjs

Lines changed: 0 additions & 14 deletions
This file was deleted.

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"2.0.3": "1.5.3",
99
"2.0.4": "1.5.3",
1010
"2.0.5": "1.5.3",
11-
"2.0.6": "1.7.4"
12-
}
11+
"2.0.6": "1.7.4",
12+
"2.0.8": "1.7.7"
13+
}

0 commit comments

Comments
 (0)