diff --git a/manifest.json b/manifest.json index 1dadae4..ae4ca95 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index d4b071d..fab0427 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 1995bc3..238e6bd 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.14.6" + "1.0.0": "0.14.6", + "1.1.0": "0.14.6" } \ No newline at end of file