Skip to content

Commit

Permalink
Version bump 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Mar 6, 2024
1 parent 9e83f99 commit d87607f
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": "inbox",
"name": "Inbox",
"version": "3.0.0",
"version": "3.0.1",
"minAppVersion": "0.15.0",
"description": "Show in app notification if there is data to process in the \"inbox\" note.",
"author": "Zachatoo",
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-inbox",
"version": "3.0.0",
"version": "3.0.1",
"description": "Show in app notification if there is data to process in the \"inbox\" note/folder.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -13,5 +13,6 @@
"1.1.0": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0",
"3.0.0": "0.15.0"
"3.0.0": "0.15.0",
"3.0.1": "0.15.0"
}

0 comments on commit d87607f

Please sign in to comment.