Skip to content

Commit 6895589

Browse files
v3.0.3
1 parent d1c41a7 commit 6895589

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.2"; // Replace with your desired package semver
8+
const packageSemver = "3.0.3"; // 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.2",
4+
"version": "3.0.3",
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.2",
3+
"version": "3.0.3",
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
@@ -12,5 +12,6 @@
1212
"2.0.9": "1.7.7",
1313
"3.0.0": "1.8.4",
1414
"3.0.1": "1.8.4",
15-
"3.0.2": "1.8.4"
15+
"3.0.2": "1.8.4",
16+
"3.0.3": "1.8.4"
1617
}

0 commit comments

Comments
 (0)