Skip to content

Commit 558aa2d

Browse files
authored
Feature/0.7.1 (#104)
* Update version to 0.7.1 * Update README.md
1 parent 604a48d commit 558aa2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ea85dab39fff442685faeaff53afa1a0)](https://www.codacy.com/gh/ai-on-browser/ai-on-browser.github.io/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ai-on-browser/ai-on-browser.github.io&utm_campaign=Badge_Grade)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8-
JavaScript AI package and online demo.
8+
Machine learning and data analysis package implemented in JavaScript and its online demo.
99

1010
## Features
1111

@@ -39,7 +39,7 @@ Download from the CDN.
3939

4040
```HTML
4141
<script type="module">
42-
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.7.0/lib/index.min.js';
42+
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.7.1/lib/index.min.js';
4343
// Do something
4444
</script>
4545
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-on-browser/data-analysis-models",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Data analysis model package without any dependencies",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)