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",
|
"id": "OA-file-hider",
|
||||||
"name": "File Hider",
|
"name": "File Hider",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"minAppVersion": "0.14.6",
|
"minAppVersion": "0.14.6",
|
||||||
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
||||||
"author": "Oliver Akins",
|
"author": "Oliver Akins",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oa-file-hider",
|
"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",
|
"description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"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