From 1322ad5aafc2cd6ba106e07ba603cc9d6dc0a66b Mon Sep 17 00:00:00 2001 From: Signynt Date: Sat, 18 Jul 2026 15:15:00 +0200 Subject: [PATCH] Updated manifest version number --- manifest.json | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2f6e1f7..de7664d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "virtual-footer", "name": "Virtual Content", - "version": "1.0.37", + "version": "1.0.38", "minAppVersion": "1.13.0", "description": "Display markdown text (including dataview queries or Bases) at the bottom, top or in the sidebar for all notes which match a specified rule, without modifying them.", "author": "Signynt", diff --git a/package-lock.json b/package-lock.json index d715fb4..d9b6014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "virtual-footer", - "version": "1.0.37", + "version": "1.0.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "virtual-footer", - "version": "1.0.37", + "version": "1.0.38", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6",