Skip to content

Commit a2f0036

Browse files
Bumping version to 2.5.4.
1 parent 823aa12 commit a2f0036

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.5.3",
4+
"version": "2.5.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": "2.5.3",
3+
"version": "2.5.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
@@ -45,5 +45,6 @@
4545
"2.5.0": "0.12.0",
4646
"2.5.1": "0.12.0",
4747
"2.5.2": "0.12.0",
48-
"2.5.3": "0.12.0"
48+
"2.5.3": "0.12.0",
49+
"2.5.4": "0.12.0"
4950
}

0 commit comments

Comments
 (0)