Skip to content

Commit 87245fb

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 04d68eb commit 87245fb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

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

6464

6565

66+
6667

6768

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

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

72-
**v0.10.2**
73+
**v0.10.3**
7374

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

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

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

109110

110111

112+
111113

112114

113115

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": "0.10.2",
3+
"version": "0.10.3",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {

0 commit comments

Comments
 (0)