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 2, 2022
1 parent 2371388 commit e616a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,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.5) by adding it to the head section of your HTML document:
* You can use the latest version (0.10.6) by adding it to the head section of your HTML document:

**v0.10.5**
**v0.10.6**

<script src="https://unpkg.com/[email protected].5/dist/ml5.min.js" type="text/javascript"></script>
<script src="https://unpkg.com/[email protected].6/dist/ml5.min.js" type="text/javascript"></script>

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

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







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": "ml5",
"version": "0.10.5",
"version": "0.10.6",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"directories": {
Expand Down

0 comments on commit e616a57

Please sign in to comment.