Skip to content

Commit f201b20

Browse files
v3.0.8
1 parent f82e668 commit f201b20

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

bump.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ForegroundColorName, BackgroundColorName } from "chalk";
55
type Msg = [string, ForegroundColorName | "white", BackgroundColorName | null];
66

77
// Define the package semver and app version
8-
const packageSemver = "3.0.7"; // Replace with your desired package semver
8+
const packageSemver = "3.0.8"; // Replace with your desired package semver
99
const appVersion = "1.8.4"; // Replace with your desired app version
1010

1111
// Paths to the JSON files

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": "3.0.7",
4+
"version": "3.0.8",
55
"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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cluster",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
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
@@ -17,5 +17,6 @@
1717
"3.0.4": "1.8.4",
1818
"3.0.5": "1.8.4",
1919
"3.0.6": "1.8.4",
20-
"3.0.7": "1.8.4"
20+
"3.0.7": "1.8.4",
21+
"3.0.8": "1.8.4"
2122
}

0 commit comments

Comments
 (0)