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" }