Skip to content

Commit c59c038

Browse files
v3.0.5
1 parent c02e71b commit c59c038

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.4"; // Replace with your desired package semver
8+
const packageSemver = "3.0.5"; // 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.4",
4+
"version": "3.0.5",
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.4",
3+
"version": "3.0.5",
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
@@ -14,5 +14,6 @@
1414
"3.0.1": "1.8.4",
1515
"3.0.2": "1.8.4",
1616
"3.0.3": "1.8.4",
17-
"3.0.4": "1.8.4"
17+
"3.0.4": "1.8.4",
18+
"3.0.5": "1.8.4"
1819
}

0 commit comments

Comments
 (0)