Skip to content

Commit

Permalink
Bumping to version 2.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Jan 30, 2024
1 parent b58a6b1 commit 3b18e8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-local-rest-api",
"name": "Local REST API",
"version": "2.0.5",
"version": "2.0.6",
"minAppVersion": "0.12.0",
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
"author": "Adam Coddington",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-local-rest-api",
"version": "2.0.5",
"version": "2.0.6",
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -32,5 +32,6 @@
"2.0.2": "0.12.0",
"2.0.3": "0.12.0",
"2.0.4": "0.12.0",
"2.0.5": "0.12.0"
"2.0.5": "0.12.0",
"2.0.6": "0.12.0"
}

0 comments on commit 3b18e8f

Please sign in to comment.