Skip to content

Commit

Permalink
patch release to update tf dependencies (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman authored Dec 4, 2024
1 parent bf38c8b commit f1b9512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.

<!-- Anchor for automatic version update script, do not remove this comment -->

- You can use the latest version (1.2.0) by adding it to the head section of your HTML document:
- You can use the latest version (1.2.1) by adding it to the head section of your HTML document:

**v1.2.0**
**v1.2.1**

```html
<script src="https://unpkg.com/[email protected].0/dist/ml5.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/ml5.js"></script>
```

<!-- Anchor for automatic version update script, do not remove this comment -->
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": "1.2.0",
"version": "1.2.1",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"scripts": {
Expand Down

0 comments on commit f1b9512

Please sign in to comment.