Skip to content

Commit

Permalink
build: version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Dec 1, 2023
1 parent 07c7000 commit 3b396ab
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 @@ -44,7 +44,7 @@ npm install @antonz/codapi
Or use a CDN:

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

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

And the JavaScript file at the bottom of the page:

```html
<script src="https://unpkg.com/@antonz/codapi@0.6.1/dist/snippet.js"></script>
<script src="https://unpkg.com/@antonz/codapi@0.7.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.6.1",
"version": "0.7.0",
"description": "Embeddable code playgrounds for education, documentation, and fun.",
"author": "Anton Zhiyanov",
"license": "MIT",
Expand Down

0 comments on commit 3b396ab

Please sign in to comment.