From bd9064b96baba2e7e7fe81b9f5467c58298788c0 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 2 Jun 2022 21:58:24 -0600 Subject: [PATCH] New version! --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) 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