Skip to content

Commit

Permalink
update release number
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Aug 4, 2023
1 parent fe1eeb4 commit 498c631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ OK, let's get started with hyperscript!
Hyperscript is a dependency-free JavaScript library that can be included in a web page without any build step:

~~~ html
<script src="https://unpkg.com/hyperscript.org@0.9.10"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.11"></script>
~~~

After you've done this, you can begin adding hyperscript to elements:
Expand Down
2 changes: 1 addition & 1 deletion www/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ on pointerdown
</div>


<div style="flex-basis: 100%; text-align: center;"><span id="install"><strong>Install:</strong> <code style="border: 2px dotted #00000055; margin: 0 10px; padding: 4px 6px; border-radius: 4px">&lt;script src="https://unpkg.com/hyperscript.org@0.9.10"&gt;&lt;/script&gt;</code>
<div style="flex-basis: 100%; text-align: center;"><span id="install"><strong>Install:</strong> <code style="border: 2px dotted #00000055; margin: 0 10px; padding: 4px 6px; border-radius: 4px">&lt;script src="https://unpkg.com/hyperscript.org@0.9.11"&gt;&lt;/script&gt;</code>
<button style="font:inherit;font-size:.8em;background:#3465a4;color:white;border:none;padding: 0 .4em; border-radius: .4em" _="on click
writeText(my previousElementSibling's innerText) on navigator.clipboard
put 'copied!' into me
Expand Down

0 comments on commit 498c631

Please sign in to comment.