Skip to content

Commit f1b9512

Browse files
authored
patch release to update tf dependencies (#233)
1 parent bf38c8b commit f1b9512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
2222

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

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

27-
**v1.2.0**
27+
**v1.2.1**
2828

2929
```html
30-
<script src="https://unpkg.com/[email protected].0/dist/ml5.js"></script>
30+
<script src="https://unpkg.com/[email protected].1/dist/ml5.js"></script>
3131
```
3232

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)