Skip to content

Commit

Permalink
New release 1.1.0 (#217)
Browse files Browse the repository at this point in the history
* switch runtime to tfjs

* bumping version number, minor release due to new keyPoint 3D feature

* updating readme

---------

Co-authored-by: ziyuan-linn <[email protected]>
  • Loading branch information
shiffman and ziyuan-linn authored Oct 11, 2024
1 parent a7a8646 commit a30962e
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.0.2) by adding it to the head section of your HTML document:
- You can use the latest version (1.1.0) by adding it to the head section of your HTML document:

**v1.0.2**
**v1.1.0**

```html
<script src="https://unpkg.com/ml5@1.0.2/dist/ml5.js"></script>
<script src="https://unpkg.com/ml5@1.1.0/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.0.2",
"version": "1.1.0",
"description": "A friendly machine learning library for the web.",
"main": "dist/ml5.min.js",
"scripts": {
Expand Down

0 comments on commit a30962e

Please sign in to comment.