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 Mar 7, 2022
1 parent 00d6d0f commit 49f8d80
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 @@ -64,15 +64,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.3) by adding it to the head section of your HTML document:
* You can use the latest version (0.10.4) by adding it to the head section of your HTML document:

**v0.10.3**
**v0.10.4**

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

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

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

0 comments on commit 49f8d80

Please sign in to comment.