Skip to content

Commit

Permalink
Update version to 0.21.0 (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishii-norimi committed Jul 27, 2024
1 parent 3e10228 commit 1d8baaf
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 @@ -39,7 +39,7 @@ Download from the CDN.

```HTML
<script type="module">
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.20.1/lib/index.min.js';
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.21.0/lib/index.min.js';
// Do something
</script>
```
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": "@ai-on-browser/data-analysis-models",
"version": "0.20.1",
"version": "0.21.0",
"description": "Data analysis model package without any dependencies",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit 1d8baaf

Please sign in to comment.