Skip to content

Commit aca4c4d

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 6a01966 commit aca4c4d

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
@@ -62,15 +62,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
6262

6363

6464

65+
6566

6667

6768
<p id="latest-version">
6869

69-
* You can use the latest version (0.10.1) by adding it to the head section of your HTML document:
70+
* You can use the latest version (0.10.2) by adding it to the head section of your HTML document:
7071

71-
**v0.10.1**
72+
**v0.10.2**
7273

73-
<script src="https://unpkg.com/ml5@0.10.1/dist/ml5.min.js" type="text/javascript"></script>
74+
<script src="https://unpkg.com/ml5@0.10.2/dist/ml5.min.js" type="text/javascript"></script>
7475

7576
</p data-id="latest-version">
7677

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

107108

108109

110+
109111

110112

111113

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.1",
3+
"version": "0.10.2",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {
@@ -133,4 +133,4 @@
133133
"face-api.js": "~0.22.2",
134134
"onchange": "^6.1.0"
135135
}
136-
}
136+
}

0 commit comments

Comments
 (0)