Skip to content

Commit d0f6524

Browse files
authored
Release v1.2.2 (#269)
1 parent bd395c4 commit d0f6524

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.1) by adding it to the head section of your HTML document:
25+
- You can use the latest version (1.2.2) by adding it to the head section of your HTML document:
2626

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

2929
```html
30-
<script src="https://unpkg.com/[email protected].1/dist/ml5.js"></script>
30+
<script src="https://unpkg.com/[email protected].2/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.1",
3+
"version": "1.2.2",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)