Skip to content

Commit

Permalink
New beta - now with @hideRows directive to render only rows that ha…
Browse files Browse the repository at this point in the history
…ve `=>` result annotation
  • Loading branch information
gtg922r committed Jun 17, 2024
1 parent 459cb94 commit 9a4dbcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
"1.5.0": "0.16.0",
"1.5.1": "0.16.0"
}

0 comments on commit 9a4dbcd

Please sign in to comment.