New version!
This commit is contained in:
parent
45eb6792d9
commit
bd9064b96b
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "OA-file-hider",
|
||||
"name": "File Hider",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"minAppVersion": "0.14.6",
|
||||
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
||||
"author": "Oliver Akins",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oa-file-hider",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.14.6"
|
||||
"1.0.0": "0.14.6",
|
||||
"1.1.0": "0.14.6"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue