Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Oct 17, 2024
1 parent 854945a commit aa90e8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celine/celine",
"version": "0.4.1",
"version": "0.4.2",
"exports": "./mod.ts",
"compilerOptions": {
"target": "esnext",
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1 class="title">@celine/celine</h1>
<td class="width-auto"><a href="https://jsr.io/@celine/celine">jsr.io/<wbr>@celine/<wbr>celine</a> + <a href="https://jsr.io/@celine/celine/doc">/docs</a></td>
<th>Version</th>
<!-- these should be updated to the best of your ability -->
<td class="width-min"><a href="https://jsr.io/@celine/celine/versions" id="version">0.4.1</a></td>
<td class="width-min"><a href="https://jsr.io/@celine/celine/versions" id="version">0.4.2</a></td>
</tr>
<script type="module">
fetch("https://npm.jsr.io/@jsr/celine__celine")
Expand All @@ -95,7 +95,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2>
<p>Add the following <code>&lt;script&gt;</code> element to your HTML file's <code>&lt;head&gt;</code> block:</p>

<script type="module" class="echo reflect" id="installation">
import { CelineModule, reevaluateOnBlur } from 'https://esm.sh/jsr/@celine/[email protected].1';
import { CelineModule, reevaluateOnBlur } from 'https://esm.sh/jsr/@celine/[email protected].2';
import * as Inputs from 'https://esm.run/@observablehq/[email protected]';
import * as htl from 'https://esm.run/[email protected]';

Expand All @@ -119,7 +119,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected].1/stylesheets/cell.css?raw&quot; /&gt;
href=&quot;https://esm.sh/jsr/@celine/[email protected].2/stylesheets/cell.css?raw&quot; /&gt;
</pre>

<p>
Expand All @@ -129,7 +129,7 @@ <h2><a href="#installation" id="installation"></a>Installation</h2>
<pre class="echo" style="margin-bottom: 1ch;">
&lt;link
rel=&quot;stylesheet&quot;
href=&quot;https://esm.sh/jsr/@celine/[email protected].1/stylesheets/libertine.css?raw&quot; /&gt;
href=&quot;https://esm.sh/jsr/@celine/[email protected].2/stylesheets/libertine.css?raw&quot; /&gt;
</pre>
Consider <a href="https://latex.vercel.app/"><cite>LaTeX.css</cite></a> also.

Expand Down

0 comments on commit aa90e8f

Please sign in to comment.