Skip to content

Commit

Permalink
version 2.2.2 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Kafieh committed Nov 1, 2023
1 parent 262dd0a commit d05077b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-list-modified",
"name": "List Modified",
"version": "2.2",
"minAppVersion": "0.15.0",
"description": "A simple obsidian plugin that links all modified files meeting certain criteria to a daily note",
"author": "Francis Kafieh",
"authorUrl": "https://github.com/franciskafieh",
"isDesktopOnly": false
"id": "obsidian-list-modified",
"name": "List Modified",
"version": "2.2.2",
"minAppVersion": "0.15.0",
"description": "A simple obsidian plugin that links all modified files meeting certain criteria to a daily note",
"author": "Francis Kafieh",
"authorUrl": "https://github.com/franciskafieh",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.2",
"version": "2.2.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"2.2": "0.15.0"
"2.2.2": "0.15.0"
}

0 comments on commit d05077b

Please sign in to comment.