Skip to content

Commit b8f6728

Browse files
committed
v1.4.3
1 parent 11e6159 commit b8f6728

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "vibesidian",
33
"name": "Vibesidian",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"minAppVersion": "0.15.0",
66
"description": "A plugin that can modify Obsidian. It can create or modify plugins, themes and settings. Think of it as your personal Obsidian developer.",
77
"author": "Ian Sinnott",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibesidian",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "A plugin for Obsidian that can modify Obsidian. It can create or modify plugins, themes and settings. Think of it as your personal Obsidian developer.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"1.3.1": "0.15.0",
1111
"1.4.0": "0.15.0",
1212
"undefined": "0.15.0",
13-
"1.4.2": "0.15.0"
13+
"1.4.2": "0.15.0",
14+
"1.4.3": "0.15.0"
1415
}

0 commit comments

Comments
 (0)