Skip to content

Commit edb0675

Browse files
author
R. S. Doiel
committed
commiting to main
1 parent 5a96f12 commit edb0675

File tree

8 files changed

+7
-2
lines changed

8 files changed

+7
-2
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ build: $(PROGRAMS) CITATION.cff README.md about.md version.js
4040
hash: .FORCE
4141
git log --pretty=format:'%h' -n 1
4242

43+
README.md: .FORCE
44+
cmt codemeta.json README.md
45+
4346
version.js: .FORCE
4447
cmt codemeta.json version.js
4548

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Renamed components to use a prefix of the standard element name they are extendi
4141

4242
## Software Suggestions
4343

44+
- Deno >= 2.4
4445
- CMTools >= 0.0.33
4546
- Pandoc >= 3.1
4647

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ <h3 id="maintainers">Maintainers</h3>
6464
</ul>
6565
<h2 id="software-suggestions">Software Suggestions</h2>
6666
<ul>
67+
<li>Deno &gt;= 2.4</li>
6768
<li>CMTools &gt;= 0.0.33</li>
6869
<li>Pandoc &gt;= 3.1</li>
6970
</ul>
870 Bytes
Binary file not shown.
10 KB
Binary file not shown.

pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_65637e3c65a38","wasm":"en-US","page_count":29}}}
1+
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_1f612da0bb365","wasm":"en-US","page_count":29}}}
310 Bytes
Binary file not shown.

version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export const version = '0.0.11',
44
releaseDate = '2025-07-07',
5-
releaseHash = '91ba895',
5+
releaseHash = '5a96f12',
66
licenseText = `
77
88
Copyright (c) 2025, Caltech

0 commit comments

Comments
 (0)