From fbdc76d578a0b8592f3da1b653628811b04657dd Mon Sep 17 00:00:00 2001 From: Signynt Date: Mon, 25 May 2026 20:51:18 +0200 Subject: [PATCH] Updated manifest version number --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8c5c2f0..873e075 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "virtual-footer", "name": "Virtual Content", - "version": "1.0.30", + "version": "1.0.31", "minAppVersion": "0.15.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.json b/package.json index 3b85898..b49a2d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtual-footer", - "version": "1.0.30", + "version": "1.0.31", "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.", "main": "main.js", "scripts": {