From 2330d4969778aaacbab7af081deb360be52d3b37 Mon Sep 17 00:00:00 2001 From: Signynt Date: Thu, 28 May 2026 18:41:04 -0700 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 2dce2b7..2534391 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "virtual-footer", "name": "Virtual Content", - "version": "1.0.32", + "version": "1.0.33", "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 fe353c4..150811d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtual-footer", - "version": "1.0.32", + "version": "1.0.33", "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": {