0
0
Fork 0

New version!

This commit is contained in:
Oliver Akins 2022-06-02 21:58:24 -06:00
parent 45eb6792d9
commit bd9064b96b
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{ {
"1.0.0": "0.14.6" "1.0.0": "0.14.6",
"1.1.0": "0.14.6"
} }