Skip to content

Commit 2c4ee5e

Browse files
Bump version release (#230)
* switch runtime to tfjs * updating version to 1.2 to prepare release * update README --------- Co-authored-by: ziyuan-linn <[email protected]>
1 parent 5caa7a2 commit 2c4ee5e

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

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

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

0 commit comments

Comments
 (0)