Skip to content

Commit

Permalink
Push hyperlinks version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Jan 7, 2025
1 parent 5460b54 commit e69e4f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bibhtml/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celine/bibhtml",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",
"exports": "./mod.ts"
}
4 changes: 2 additions & 2 deletions bibhtml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1>@celine/bibhtml</h1>
<th>JSR</th>
<td class="width-auto"><a href="https://jsr.io/@celine/bibhtml">jsr.io/<wbr>@celine/<wbr>bibhtml</a> + <a href="https://jsr.io/@celine/bibhtml/doc">/docs</a></td>
<th>Version</th>
<td class="width-min"><a href="https://jsr.io/@celine/bibhtml/versions" id="version">3.2.0</a>, <time id="updated">Nov 29 2024</time></td>
<td class="width-min"><a href="https://jsr.io/@celine/bibhtml/versions" id="version">3.3.0</a>, <time id="updated">Nov 29 2024</time></td>
</tr>
<script type="module">
fetch("https://npm.jsr.io/@jsr/celine__bibhtml")
Expand All @@ -122,7 +122,7 @@ <h2>Installation</h2>
Add the following script to your HTML file's <code>&lt;head&gt;</code> element:
</p>

<div id="import-container"><script type="module" src="https://esm.sh/jsr/@celine/bibhtml@3.2.0"></script></div>
<div id="import-container"><script type="module" src="https://esm.sh/jsr/@celine/bibhtml@3.3.0"></script></div>

<script id="import" type="module">
celine.cell("import", () => {
Expand Down

0 comments on commit e69e4f8

Please sign in to comment.