Skip to content

Commit

Permalink
build: version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Aug 31, 2023
1 parent 611100d commit 6b3a2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Note two properties here:
Finally, include a JavaScript file at the bottom of the page:

```html
<script src="https://unpkg.com/@antonz/codapi/dist/snippet.js"></script>
<script src="https://unpkg.com/@antonz/codapi@0.3.1/dist/snippet.js"></script>
```

(CDNs like unpkg can sometimes be slow, so it's even better to host `snippet.js` yourself)
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": "@antonz/codapi",
"version": "0.3.0",
"version": "0.3.1",
"description": "Embeddable interactive code playground for education, documentation, and fun.",
"author": "Anton Zhiyanov",
"license": "MIT",
Expand Down

0 comments on commit 6b3a2d0

Please sign in to comment.