From 225b914a900f3d6ecde4d129d88264d9ea730963 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 17 Nov 2023 15:19:00 +0100 Subject: [PATCH] Bump version to 3.0.3 --- 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 a9ce1c9..55217b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "file-index", "name": "File Index", - "version": "3.0.2", + "version": "3.0.3", "minAppVersion": "0.15.0", "description": "Create a metadata file about the files present in the Vault", "author": "Steffo", diff --git a/package.json b/package.json index 2896b79..ab83b70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-index", - "version": "3.0.2", + "version": "3.0.3", "description": "Obsidian plugin to create a metadata file about the files present in the Vault", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 765e95c..30c9e17 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "2.0.0": "0.15.0", "3.0.0": "0.15.0", "3.0.1": "0.15.0", - "3.0.2": "0.15.0" + "3.0.2": "0.15.0", + "3.0.3": "0.15.0" }