Skip to content

Commit

Permalink
build: version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Oct 21, 2023
1 parent 14b1ad1 commit fd41f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm install @antonz/codapi
Or use a CDN:

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

## Usage
Expand Down Expand Up @@ -80,14 +80,14 @@ Finally, include the default styles in the `head`:
```html
<link
rel="stylesheet"
href="https://unpkg.com/@antonz/codapi@0.4.3/dist/snippet.css"
href="https://unpkg.com/@antonz/codapi@0.5.0/dist/snippet.css"
/>
```

And the JavaScript file at the bottom of the page:

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

(CDNs like unpkg can sometimes be slow, so it's even better to host both files 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.4.3",
"version": "0.5.0",
"description": "Embeddable code playgrounds for education, documentation, and fun.",
"author": "Anton Zhiyanov",
"license": "MIT",
Expand Down

0 comments on commit fd41f38

Please sign in to comment.