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 7027dba commit 388cc9a
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 @@ -68,15 +68,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.11.0) by adding it to the head section of your HTML document:
* You can use the latest version (0.11.1) by adding it to the head section of your HTML document:

**v0.11.0**
**v0.11.1**

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

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

Expand Down Expand Up @@ -118,6 +119,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.11.0",
"version": "0.11.1",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"directories": {
Expand Down Expand Up @@ -118,4 +118,4 @@
"face-api.js": "~0.22.2",
"onchange": "^6.1.0"
}
}
}

0 comments on commit 388cc9a

Please sign in to comment.