Skip to content

Commit 3793a04

Browse files
Release 3.0.4.
1 parent 18d0f0e commit 3793a04

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": "3.0.3",
4+
"version": "3.0.4",
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": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
55
"main": "main.js",
66
"types": "main.d.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
"3.0.0": "0.12.0",
5151
"3.0.1": "0.12.0",
5252
"3.0.2": "0.12.0",
53-
"3.0.3": "0.12.0"
53+
"3.0.3": "0.12.0",
54+
"3.0.4": "0.12.0"
5455
}

0 commit comments

Comments
 (0)