Skip to content

Commit

Permalink
chore: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 9, 2024
1 parent a1a949c commit b853b96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>smile-js test</title>

<script src="https://cdn.jsdelivr.net/npm/smile-js@0.6.0/dist/smile-js.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/smile-js@0.7.0/dist/smile-js.iife.js"></script>
<script>
function onChooseFile(e) {
const file = e.target.files.item(0)
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vite": "5.3.3"
},
"dependencies": {
"smile-js": "0.6.0",
"smile-js": "0.7.0",
"svelte": "^4.2.13"
}
}
10 changes: 5 additions & 5 deletions examples/svelte/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/mdbook/html-script-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To use smile-js via the HTML script tag:

```html
<script src="https://cdn.jsdelivr.net/npm/smile-js@0.6.0/dist/smile-js.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/smile-js@0.7.0/dist/smile-js.iife.js"></script>
```

The module will be exported as `windows.smile`.
Expand Down

0 comments on commit b853b96

Please sign in to comment.