-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f32e59
commit 88c1ae6
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "obsidian-local-rest-api", | ||
"name": "Local REST API", | ||
"version": "1.0.2", | ||
"minAppVersion": "0.12.0", | ||
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", | ||
"author": "Adam Coddington", | ||
"authorUrl": "https://coddingtonbear.net/", | ||
"isDesktopOnly": true | ||
} | ||
{ | ||
"id": "obsidian-local-rest-api", | ||
"name": "Local REST API", | ||
"version": "1.0.3", | ||
"minAppVersion": "0.12.0", | ||
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.", | ||
"author": "Adam Coddington", | ||
"authorUrl": "https://coddingtonbear.net/", | ||
"isDesktopOnly": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"1.0.1": "0.12.0", | ||
"1.0.2": "0.12.0" | ||
} | ||
{ | ||
"1.0.1": "0.12.0", | ||
"1.0.2": "0.12.0", | ||
"1.0.3": "0.12.0" | ||
} |