Skip to content

Commit

Permalink
bumps package, readme, and package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ml5 committed Apr 5, 2022
1 parent ec62357 commit 381df64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.






<p id="latest-version">

* You can use the latest version (0.10.6) by adding it to the head section of your HTML document:
* You can use the latest version (0.11.0) by adding it to the head section of your HTML document:

**v0.10.6**
**v0.11.0**

<script src="https://unpkg.com/ml5@0.10.6/dist/ml5.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/ml5@0.11.0/dist/ml5.min.js" type="text/javascript"></script>

</p data-id="latest-version">

Expand Down Expand Up @@ -116,6 +117,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.







Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml5",
"version": "0.10.6",
"version": "0.11.0",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"directories": {
Expand Down Expand Up @@ -129,4 +129,4 @@
"face-api.js": "~0.22.2",
"onchange": "^6.1.0"
}
}
}

0 comments on commit 381df64

Please sign in to comment.