Skip to content

Commit 388cc9a

Browse files
author
ml5
committed
bumps package, readme, and package-lock
1 parent 7027dba commit 388cc9a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,16 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
6868

6969

7070

71+
7172

7273

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

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

77-
**v0.11.0**
78+
**v0.11.1**
7879

79-
<script src="https://unpkg.com/[email protected].0/dist/ml5.min.js" type="text/javascript"></script>
80+
<script src="https://unpkg.com/[email protected].1/dist/ml5.min.js" type="text/javascript"></script>
8081

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

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

119120

120121

122+
121123

122124

123125

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml5",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "A friendly machine learning library for the web.",
55
"main": "dist/ml5.min.js",
66
"directories": {
@@ -118,4 +118,4 @@
118118
"face-api.js": "~0.22.2",
119119
"onchange": "^6.1.0"
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)