Skip to content

Commit 68fc607

Browse files
Release 2.4.3.
1 parent 4dbb959 commit 68fc607

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": "obsidian-local-rest-api",
33
"name": "Local REST API",
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"minAppVersion": "0.12.0",
66
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
77
"author": "Adam Coddington",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-local-rest-api",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
"2.2.1": "0.12.0",
4141
"2.2.2": "0.12.0",
4242
"2.3.0": "0.12.0",
43-
"2.4.2": "0.12.0"
43+
"2.4.2": "0.12.0",
44+
"2.4.3": "0.12.0"
4445
}

0 commit comments

Comments
 (0)