From 9a4dbcd6dee60f856723a38477cd1dc30ebc839f Mon Sep 17 00:00:00 2001 From: Ryan C Date: Sun, 16 Jun 2024 23:13:41 -0700 Subject: [PATCH] New beta - now with `@hideRows` directive to render only rows that have `=>` result annotation --- manifest-beta.json | 2 +- package.json | 2 +- versions.json | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 02054a9..de15165 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "numerals", "name": "Numerals", - "version": "1.5.0", + "version": "1.5.1", "minAppVersion": "0.16.0", "description": "Numerals turns any code block into an advanced calculator. Evaluates math expressions on each line of a code block, including units, currency, and optional TeX rendering.", "author": "RyanC", diff --git a/package.json b/package.json index 204a849..55e3720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-numerals", - "version": "1.5.0", + "version": "1.5.1", "description": "Numerals turns any code block into an advanced calculator. Evaluates math expressions on each line of a code block, including units, currency, and optional TeX rendering.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 82bcbab..f5d48ae 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.3.1": "0.16.0", "1.4.0": "0.16.0", "1.4.1": "0.16.0", - "1.5.0": "0.16.0" -} \ No newline at end of file + "1.5.0": "0.16.0", + "1.5.1": "0.16.0" +}