Skip to content

Commit 381df64

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent ec62357 commit 381df64

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

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

6868

6969

70+
7071

7172

7273
<p id="latest-version">
7374

74-
* You can use the latest version (0.10.6) by adding it to the head section of your HTML document:
75+
* You can use the latest version (0.11.0) by adding it to the head section of your HTML document:
7576

76-
**v0.10.6**
77+
**v0.11.0**
7778

78-
<script src="https://unpkg.com/ml5@0.10.6/dist/ml5.min.js" type="text/javascript"></script>
79+
<script src="https://unpkg.com/ml5@0.11.0/dist/ml5.min.js" type="text/javascript"></script>
7980

8081
</p data-id="latest-version">
8182

@@ -116,6 +117,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
116117

117118

118119

120+
119121

120122

121123

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "0.10.6",
3+
"version": "0.11.0",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {
@@ -129,4 +129,4 @@
129129
"face-api.js": "~0.22.2",
130130
"onchange": "^6.1.0"
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)